diff options
| author | Ben Kimock <kimockb@gmail.com> | 2023-12-09 00:48:17 -0500 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2023-12-14 08:30:36 -0500 |
| commit | e559172249af514ab2c3be6340d557dcbb6347eb (patch) | |
| tree | 137b802a4be73cc8f8e92f41553322e28bb82c55 /library/std/src/rt.rs | |
| parent | 2b399b52753eac351067e73f4ff0de829443b9a7 (diff) | |
| download | rust-e559172249af514ab2c3be6340d557dcbb6347eb.tar.gz rust-e559172249af514ab2c3be6340d557dcbb6347eb.zip | |
Fix cases where std accidentally relied on inline(never)
Diffstat (limited to 'library/std/src/rt.rs')
| -rw-r--r-- | library/std/src/rt.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/rt.rs b/library/std/src/rt.rs index 5c83f72f3c1..f1eeb75be7c 100644 --- a/library/std/src/rt.rs +++ b/library/std/src/rt.rs @@ -155,7 +155,6 @@ fn lang_start_internal( } #[cfg(not(test))] -#[inline(never)] #[lang = "start"] fn lang_start<T: crate::process::Termination + 'static>( main: fn() -> T, |
