rust/library/core
Trevor Gross eb2a2f86bb Allow inlining for Atomic*::from_ptr
Currently this cannot be inlined, which among other things means it
can't be used in `compiler-builtins` [1]. These are trivial functions
that should be inlineable, so add `#[inline]`.

[1]: https://github.com/rust-lang/compiler-builtins/pull/790#issuecomment-2744371738
2025-03-21 20:51:06 +00:00
..
src Allow inlining for Atomic*::from_ptr 2025-03-21 20:51:06 +00:00
Cargo.toml Migrate core to Rust 2024 2025-03-11 09:46:34 -07:00