[RFC-2011] Allow core_intrinsics when activated
This commit is contained in:
@@ -58,7 +58,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)]
|
||||
|
||||
Reference in New Issue
Block a user