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 507f8b8 commit 190de69Copy full SHA for 190de69
src/librustc_typeck/diagnostics.rs
@@ -367,7 +367,7 @@ it has been disabled for now.
367
E0197: r##"
368
Inherent implementations (one that do not implement a trait but provide
369
methods associated with a type) are always safe because they are not
370
-implementing an unsafe trait. Removing the unsafe keyword from the inherent
+implementing an unsafe trait. Removing the `unsafe` keyword from the inherent
371
implementation will resolve this error.
372
373
```
0 commit comments