Skip to content

Commit 213910a

Browse files
committed
Add feature flag to docs in compiler/rustc_builtin_macros/src/assert/context.rs
1 parent cf31a29 commit 213910a

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_builtin_macros/src/assert

1 file changed

+1
-0
lines changed

compiler/rustc_builtin_macros/src/assert/context.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ impl<'cx, 'a> Context<'cx, 'a> {
5858
/// Builds the whole `assert!` expression. For example, `let elem = 1; assert!(elem == 1);` expands to:
5959
///
6060
/// ```rust
61+
/// #![feature(generic_assert_internals)]
6162
/// let elem = 1;
6263
/// {
6364
/// #[allow(unused_imports)]

0 commit comments

Comments
 (0)