You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of rust-lang#124976 - petrochenkov:usedcrates, r=oli-obk
rustc: Use `tcx.used_crates(())` more
And explain when it should be used.
Addresses comments from rust-lang#121167.
error: `#[panic_handler]` function required, but not found
4
-
5
-
error: unwinding panics are not supported without std
6
-
|
7
-
= help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
8
-
= note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
0 commit comments