We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7485903 commit 10f66c7Copy full SHA for 10f66c7
src/libsyntax/edition.rs
@@ -50,8 +50,8 @@ impl fmt::Display for Edition {
50
impl Edition {
51
pub fn lint_name(&self) -> &'static str {
52
match *self {
53
- Edition::Edition2015 => "edition_2015",
54
- Edition::Edition2018 => "edition_2018",
+ Edition::Edition2015 => "rust_2015_breakage",
+ Edition::Edition2018 => "rust_2018_breakage",
55
}
56
57
0 commit comments