By the way, is it expected that the following works:

    apt -y install rust-src
    apt -y install rustc
    ls $(rustc --print sysroot)/lib/rustlib/src/rust/library/core/src/lib.rs

but this does not:

    apt -y install rustc
    apt -y install rust-src
    ls $(rustc --print sysroot)/lib/rustlib/src/rust/library/core/src/lib.rs

?

i.e. that the order of installation matters?

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2090791

Title:
  rustc-1.80-src: missing `lib/rustlib/src` in sysroot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rustc-1.80/+bug/2090791/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to