mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
4a216a25d1
This reduces code sizes and better respects programmer intent when marking inline(never). Previously such a marking was essentially ignored for generic functions, as we'd still inline them in remote crates.
7 lines
236 B
Plaintext
7 lines
236 B
Plaintext
thread 'main' panicked at $DIR/runtime-switch.rs:27:5:
|
|
explicit panic
|
|
stack backtrace:
|
|
0: std::panicking::begin_panic
|
|
1: runtime_switch::main
|
|
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
|