diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2018-09-05 09:56:01 -0700 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2018-09-05 09:56:01 -0700 |
| commit | bebecf850ab2a8c9df298bd3ab3b12ca8ea83c41 (patch) | |
| tree | 07f2f53b25dd4758cff181dcb418283d84399bee /src/test/ui/error-codes | |
| parent | 941b2e32ade695f7987c229eb1344c35119d6354 (diff) | |
| download | rust-bebecf850ab2a8c9df298bd3ab3b12ca8ea83c41.tar.gz rust-bebecf850ab2a8c9df298bd3ab3b12ca8ea83c41.zip | |
reword label as per review
Diffstat (limited to 'src/test/ui/error-codes')
| -rw-r--r-- | src/test/ui/error-codes/E0401.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/error-codes/E0401.stderr b/src/test/ui/error-codes/E0401.stderr index 66cc8795fba..53eeb3e9c13 100644 --- a/src/test/ui/error-codes/E0401.stderr +++ b/src/test/ui/error-codes/E0401.stderr @@ -24,7 +24,7 @@ error[E0401]: can't use type parameters from outer function --> $DIR/E0401.rs:32:25 | LL | impl<T> Iterator for A<T> { - | ---- `Self` type implicitly declared here, on the `impl` + | ---- `Self` type implicitly declared here, by this `impl` ... LL | fn helper(sel: &Self) -> u8 { //~ ERROR E0401 | ^^^^ |
