diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-03-27 21:52:09 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-03-27 21:52:09 +0100 |
| commit | 42c5cfdfda24529f424a6175fa1a48e5542cb824 (patch) | |
| tree | 5bb88a6c88607d794d597a1a26741e6272b5232d /src/test/ui/parser | |
| parent | 2ddc35997cd7147f007943e50ef5f942d20ad7c7 (diff) | |
| download | rust-42c5cfdfda24529f424a6175fa1a48e5542cb824.tar.gz rust-42c5cfdfda24529f424a6175fa1a48e5542cb824.zip | |
add the label back but make it shorter
Diffstat (limited to 'src/test/ui/parser')
| -rw-r--r-- | src/test/ui/parser/issue-32214.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/parser/issue-32214.stderr b/src/test/ui/parser/issue-32214.stderr index d25d3a09633..742f4fdc38b 100644 --- a/src/test/ui/parser/issue-32214.stderr +++ b/src/test/ui/parser/issue-32214.stderr @@ -2,7 +2,7 @@ error: generic arguments must come before the first constraint --> $DIR/issue-32214.rs:3:34 | LL | pub fn test<W, I: Trait<Item=(), W> >() {} - | ------- ^ + | ------- ^ generic argument | | | the first constraint is provided here |
