]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_ast_passes/feature_gate.rs
Rollup merge of #67791 - Zoxc:lift-interning, r=eddyb
[rust.git] / src / librustc_ast_passes / feature_gate.rs
index e6f4535a38dbaa51485404aacf676e994d767b92..1e4b1ae07776212a8261dc882d999c45b7f71baf 100644 (file)
@@ -413,7 +413,7 @@ fn visit_ty(&mut self, ty: &'a ast::Ty) {
                 self.check_extern(bare_fn_ty.ext);
             }
             ast::TyKind::Never => {
-                gate_feature_post!(&self, never_type, ty.span, "The `!` type is experimental");
+                gate_feature_post!(&self, never_type, ty.span, "the `!` type is experimental");
             }
             _ => {}
         }