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 44f29fb commit 4ea02b7Copy full SHA for 4ea02b7
src/librustc_resolve/diagnostics.rs
@@ -95,7 +95,7 @@ mod bar {
95
96
E0253: r##"
97
Attempt was made to import an unimportable value. This can happen when
98
-trying to import a function from a trait. An example of this error:
+trying to import a method from a trait. An example of this error:
99
100
```
101
mod foo {
0 commit comments