diff options
| author | Matthew Kuo <matthew.kuo@dialexa.com> | 2020-03-01 14:15:44 -0600 |
|---|---|---|
| committer | Matthew Kuo <matthew.kuo@dialexa.com> | 2020-03-01 15:17:08 -0600 |
| commit | 275dac7bfb6cfadd02c12edacbd4fdf529269424 (patch) | |
| tree | 74736dffa60d6ffbb772597b1cf0147446ffc7e8 /src/test | |
| parent | 0eb878d2aa6e3a1cb315f3f328681b26bb4bffdb (diff) | |
| download | rust-275dac7bfb6cfadd02c12edacbd4fdf529269424.tar.gz rust-275dac7bfb6cfadd02c12edacbd4fdf529269424.zip | |
doc(librustc_error_codes): add long error explanation for E0719
Progresses #61137
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/ui/associated-type-bounds/duplicate.stderr | 1 | ||||
| -rw-r--r-- | src/test/ui/error-codes/E0719.stderr | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/test/ui/associated-type-bounds/duplicate.stderr b/src/test/ui/associated-type-bounds/duplicate.stderr index df1151d876c..82b2d32d09d 100644 --- a/src/test/ui/associated-type-bounds/duplicate.stderr +++ b/src/test/ui/associated-type-bounds/duplicate.stderr @@ -728,3 +728,4 @@ LL | type TADyn3 = dyn Iterator<Item: 'static, Item: 'static>; error: aborting due to 96 previous errors +For more information about this error, try `rustc --explain E0719`. diff --git a/src/test/ui/error-codes/E0719.stderr b/src/test/ui/error-codes/E0719.stderr index a046fbfc3d0..0e4bbf083ba 100644 --- a/src/test/ui/error-codes/E0719.stderr +++ b/src/test/ui/error-codes/E0719.stderr @@ -16,3 +16,4 @@ LL | fn test() -> Box<dyn Iterator<Item = (), Item = Unit>> { error: aborting due to 2 previous errors +For more information about this error, try `rustc --explain E0719`. |
