diff options
| author | Jubilee <46493976+workingjubilee@users.noreply.github.com> | 2024-06-06 14:46:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-06 14:46:25 -0700 |
| commit | efd8959ab1bf30c098917af144db72ad08175bc6 (patch) | |
| tree | 33796f676f72ab1ec4292f6376f3cb71780d7c6e /compiler/rustc_builtin_macros/src | |
| parent | 7e81738d5cff93329dd5cbd530380b88f8d54d2c (diff) | |
| parent | a8084dcec1d2d36c286ca0e2c384e7bf5cfeffce (diff) | |
| download | rust-efd8959ab1bf30c098917af144db72ad08175bc6.tar.gz rust-efd8959ab1bf30c098917af144db72ad08175bc6.zip | |
Rollup merge of #126096 - c410-f3r:tests-tests-tests, r=jhpratt
[RFC-2011] Allow `core_intrinsics` when activated Fix #120612
Diffstat (limited to 'compiler/rustc_builtin_macros/src')
| -rw-r--r-- | compiler/rustc_builtin_macros/src/assert/context.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_builtin_macros/src/assert/context.rs b/compiler/rustc_builtin_macros/src/assert/context.rs index 78144226114..a98cb6f0f76 100644 --- a/compiler/rustc_builtin_macros/src/assert/context.rs +++ b/compiler/rustc_builtin_macros/src/assert/context.rs @@ -57,7 +57,6 @@ impl<'cx, 'a> Context<'cx, 'a> { /// Builds the whole `assert!` expression. For example, `let elem = 1; assert!(elem == 1);` expands to: /// /// ```rust - /// #![feature(generic_assert_internals)] /// let elem = 1; /// { /// #[allow(unused_imports)] |
