From 4ea02b72b77a7d077e6a249564314c39a597ded0 Mon Sep 17 00:00:00 2001 From: Alisdair Owens Date: Sun, 19 Jul 2015 09:59:43 +0100 Subject: [PATCH] replace word function with method --- src/librustc_resolve/diagnostics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_resolve/diagnostics.rs b/src/librustc_resolve/diagnostics.rs index 30a74b35af55a..40a298f476482 100644 --- a/src/librustc_resolve/diagnostics.rs +++ b/src/librustc_resolve/diagnostics.rs @@ -95,7 +95,7 @@ mod bar { E0253: r##" Attempt was made to import an unimportable value. This can happen when -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: ``` mod foo {