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.
1 parent cf31a29 commit 213910aCopy full SHA for 213910a
compiler/rustc_builtin_macros/src/assert/context.rs
@@ -58,6 +58,7 @@ impl<'cx, 'a> Context<'cx, 'a> {
58
/// Builds the whole `assert!` expression. For example, `let elem = 1; assert!(elem == 1);` expands to:
59
///
60
/// ```rust
61
+ /// #![feature(generic_assert_internals)]
62
/// let elem = 1;
63
/// {
64
/// #[allow(unused_imports)]
0 commit comments