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 dfb0677 commit 805e4e6Copy full SHA for 805e4e6
src/librustc_typeck/diagnostics.rs
@@ -1988,7 +1988,6 @@ unsafe impl Foo { }
1988
// converting it to this will fix it
1989
impl Foo { }
1990
```
1991
-
1992
"##,
1993
1994
E0198: r##"
@@ -2005,7 +2004,6 @@ unsafe impl !Clone for Foo { }
2005
2004
// this will compile
2006
impl !Clone for Foo { }
2007
2008
2009
2010
2011
E0199: r##"
@@ -2023,7 +2021,6 @@ unsafe impl Bar for Foo { }
2023
2021
2024
2022
impl Bar for Foo { }
2025
2026
2027
2028
2029
E0200: r##"
@@ -2041,7 +2038,6 @@ impl Bar for Foo { }
2041
2038
2042
2039
unsafe impl Bar for Foo { }
2043
2040
2044
2045
2046
2047
E0201: r##"
0 commit comments