Skip to content

Commit 4ea02b7

Browse files
committed
replace word function with method
1 parent 44f29fb commit 4ea02b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_resolve/diagnostics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ mod bar {
9595

9696
E0253: r##"
9797
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:
98+
trying to import a method from a trait. An example of this error:
9999
100100
```
101101
mod foo {

0 commit comments

Comments
 (0)