diff options
| author | bors <bors@rust-lang.org> | 2016-05-16 05:05:55 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2016-05-16 05:05:55 -0700 |
| commit | 89430be0c1a45600d7e89ee4e5d3bb68ec8902bb (patch) | |
| tree | 04fb3ddfa178b7b98dbace4df29d277e72256e6f /src | |
| parent | 32f8366b7c723f8c9107173b35a82ea96f3f0601 (diff) | |
| parent | ee7a68d48bfda1df361cf015de36bcb92ee01fe6 (diff) | |
| download | rust-89430be0c1a45600d7e89ee4e5d3bb68ec8902bb.tar.gz rust-89430be0c1a45600d7e89ee4e5d3bb68ec8902bb.zip | |
Auto merge of #33331 - uasi:diag-e0038-typo, r=GuillaumeGomez
diagnostics: Fix minor typo in E0038
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc/diagnostics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/diagnostics.rs b/src/librustc/diagnostics.rs index 5ee8a79f621..c64f0ddac50 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 |
