We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inline(always)
1 parent 075084f commit bd61b8fCopy full SHA for bd61b8f
library/core/src/intrinsics.rs
@@ -2179,6 +2179,7 @@ macro_rules! assert_unsafe_precondition {
2179
if cfg!(debug_assertions) {
2180
// allow non_snake_case to allow capturing const generics
2181
#[allow(non_snake_case)]
2182
+ #[inline(always)]
2183
fn runtime$(<$($tt)*>)?($($i:$ty),*) {
2184
if !$e {
2185
// abort instead of panicking to reduce impact on code size
0 commit comments