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
Auto merge of #126068 - lqd:revert-124976, r=petrochenkov
Revert "use `tcx.used_crates(())` more" before it reaches beta
There are more open issues caused by #124976 than will be fixed by #125493 alone. The beta cut is soon, so let's revert it and buy some time to analyze and fix these issues in our own time.
fixes#125474fixes#125484fixes#125646fixes#125707fixes#126066fixes#125934fixes#126021
r? `@petrochenkov`
`@bors` p=1
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