diff options
| author | jonathanCogan <jonathanecogan@gmail.com> | 2022-10-28 15:34:29 -0700 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2022-12-30 14:00:40 +0100 |
| commit | 72067c77bdc1e8e339b9ed378a2c0ca0a9367c4d (patch) | |
| tree | d747f0dfc416d6c5d07d10c5ec964d1c08b4c3f1 /library/std/src/sys_common/backtrace.rs | |
| parent | f6cc345be403d481b4518e151218118c2a9eb4bb (diff) | |
| download | rust-72067c77bdc1e8e339b9ed378a2c0ca0a9367c4d.tar.gz rust-72067c77bdc1e8e339b9ed378a2c0ca0a9367c4d.zip | |
Replace libstd, libcore, liballoc in docs.
Diffstat (limited to 'library/std/src/sys_common/backtrace.rs')
| -rw-r--r-- | library/std/src/sys_common/backtrace.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/std/src/sys_common/backtrace.rs b/library/std/src/sys_common/backtrace.rs index 8807077cb49..f0ea1bc3ef8 100644 --- a/library/std/src/sys_common/backtrace.rs +++ b/library/std/src/sys_common/backtrace.rs @@ -111,7 +111,7 @@ unsafe fn _print_fmt(fmt: &mut fmt::Formatter<'_>, print_fmt: PrintFmt) -> fmt:: } /// Fixed frame used to clean the backtrace with `RUST_BACKTRACE=1`. Note that -/// this is only inline(never) when backtraces in libstd are enabled, otherwise +/// this is only inline(never) when backtraces in std are enabled, otherwise /// it's fine to optimize away. #[cfg_attr(feature = "backtrace", inline(never))] pub fn __rust_begin_short_backtrace<F, T>(f: F) -> T @@ -127,7 +127,7 @@ where } /// Fixed frame used to clean the backtrace with `RUST_BACKTRACE=1`. Note that -/// this is only inline(never) when backtraces in libstd are enabled, otherwise +/// this is only inline(never) when backtraces in std are enabled, otherwise /// it's fine to optimize away. #[cfg_attr(feature = "backtrace", inline(never))] pub fn __rust_end_short_backtrace<F, T>(f: F) -> T |
