diff options
| author | bors <bors@rust-lang.org> | 2020-02-18 22:29:06 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-02-18 22:29:06 +0000 |
| commit | e0e5d82e1677c82d209b214bbfc2cc5705c2336a (patch) | |
| tree | 39649c075dab42df78c94de2fafa81466fc7694d /src/test/ui/pattern | |
| parent | e620d0f337d0643c757bab791fc7d88d63217704 (diff) | |
| parent | 6c6d45c6e7ca1e7685e2556d9f58b6f3109c13bf (diff) | |
| download | rust-e0e5d82e1677c82d209b214bbfc2cc5705c2336a.tar.gz rust-e0e5d82e1677c82d209b214bbfc2cc5705c2336a.zip | |
Auto merge of #69271 - Centril:rollup-iupsol6, r=Centril
Rollup of 6 pull requests Successful merges: - #69146 (Always const qualify literals by type) - #69159 (Select an appropriate unused lifetime name in suggestion) - #69194 (parse: fuse associated and extern items up to defaultness) - #69211 (parser: Simplify treatment of macro variables in `Parser::bump`) - #69217 (Do not emit note suggesting to implement operation trait to foreign type) - #69236 (parse: recover `mut (x @ y)` as `(mut x @ mut y)`.) Failed merges: r? @ghost
Diffstat (limited to 'src/test/ui/pattern')
| -rw-r--r-- | src/test/ui/pattern/pattern-tyvar-2.stderr | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/pattern/pattern-tyvar-2.stderr b/src/test/ui/pattern/pattern-tyvar-2.stderr index bb3e61017d4..95662444640 100644 --- a/src/test/ui/pattern/pattern-tyvar-2.stderr +++ b/src/test/ui/pattern/pattern-tyvar-2.stderr @@ -5,8 +5,6 @@ LL | fn foo(t: Bar) -> isize { match t { Bar::T1(_, Some(x)) => { return x * 3; | - ^ - {integer} | | | std::vec::Vec<isize> - | - = note: an implementation of `std::ops::Mul` might be missing for `std::vec::Vec<isize>` error: aborting due to previous error |
