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#145322 - LorrensP-2158466:early-prelude-processing, r=petrochenkov
Resolve the prelude import in `build_reduced_graph`
This pr tries to resolve the prelude import at the `build_reduced_graph` stage.
Part of batched import resolution in rust-lang#145108 (cherry picked commit) and maybe needed for rust-lang#139493.
r? petrochenkov
error: `#[panic_handler]` function required, but not found
4
6
5
7
error: unwinding panics are not supported without std
6
8
|
7
9
= help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
8
10
= 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