X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_errors%2Fsrc%2Fdiagnostic_builder.rs;h=3064d2bedbe125ffac7985e43a20f2b2ad29741c;hb=fc0ba2c8b6c144a8bda60b8267fcbbdc8ed48084;hp=c9d662ad43fe50ed08359748f921deec6c1e11e0;hpb=c6a104f3e4266cb9f369b7edbc58520ca43f911e;p=rust.git diff --git a/compiler/rustc_errors/src/diagnostic_builder.rs b/compiler/rustc_errors/src/diagnostic_builder.rs index c9d662ad43f..3064d2bedbe 100644 --- a/compiler/rustc_errors/src/diagnostic_builder.rs +++ b/compiler/rustc_errors/src/diagnostic_builder.rs @@ -669,7 +669,6 @@ pub fn span_labels( sp: impl Into, msg: impl Into, ) -> &mut Self); - forward!(pub fn help_use_latest_edition(&mut self,) -> &mut Self); forward!(pub fn set_is_lint(&mut self,) -> &mut Self); forward!(pub fn disable_suggestions(&mut self,) -> &mut Self);