We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
,
;
1 parent 5580b90 commit 0704279Copy full SHA for 0704279
src/librustc/lint/context.rs
@@ -446,8 +446,8 @@ pub fn raw_struct_lint<'a>(sess: &'a Session,
446
// Check for future incompatibility lints and issue a stronger warning.
447
if let Some(future_incompatible) = lints.future_incompatible(LintId::of(lint)) {
448
let explanation = format!("this was previously accepted by the compiler \
449
- but is being phased out, \
450
- and will become a hard error in a future release!");
+ but is being phased out; \
+ it will become a hard error in a future release!");
451
let citation = format!("for more information, see {}",
452
future_incompatible.reference);
453
if let Some(sp) = span {
0 commit comments