From ee7a68d48bfda1df361cf015de36bcb92ee01fe6 Mon Sep 17 00:00:00 2001 From: Tomoki Aonuma Date: Mon, 2 May 2016 14:20:22 +0900 Subject: Fix minor typo in E0038 --- src/librustc/diagnostics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/librustc/diagnostics.rs b/src/librustc/diagnostics.rs index e230836ef45..c26224edbcd 100644 --- a/src/librustc/diagnostics.rs +++ b/src/librustc/diagnostics.rs @@ -115,7 +115,7 @@ trait Trait { Now, `foo()` can no longer be called on a trait object, but you will now be allowed to make a trait object, and that will be able to call any object-safe -methods". With such a bound, one can still call `foo()` on types implementing +methods. With such a bound, one can still call `foo()` on types implementing that trait that aren't behind trait objects. ### Method has generic type parameters -- cgit 1.4.1-3-g733a5