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/const-generics/array-impls | |
| 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/const-generics/array-impls')
| -rw-r--r-- | src/test/ui/const-generics/array-impls/core-traits-no-impls-length-33.stderr | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/ui/const-generics/array-impls/core-traits-no-impls-length-33.stderr b/src/test/ui/const-generics/array-impls/core-traits-no-impls-length-33.stderr index 781a179624e..c03377d74e9 100644 --- a/src/test/ui/const-generics/array-impls/core-traits-no-impls-length-33.stderr +++ b/src/test/ui/const-generics/array-impls/core-traits-no-impls-length-33.stderr @@ -23,8 +23,6 @@ LL | [0_usize; 33] == [1_usize; 33] | ------------- ^^ ------------- [usize; 33] | | | [usize; 33] - | - = note: an implementation of `std::cmp::PartialEq` might be missing for `[usize; 33]` error[E0369]: binary operation `<` cannot be applied to type `[usize; 33]` --> $DIR/core-traits-no-impls-length-33.rs:19:19 @@ -33,8 +31,6 @@ LL | [0_usize; 33] < [1_usize; 33] | ------------- ^ ------------- [usize; 33] | | | [usize; 33] - | - = note: an implementation of `std::cmp::PartialOrd` might be missing for `[usize; 33]` error[E0277]: the trait bound `&[usize; 33]: std::iter::IntoIterator` is not satisfied --> $DIR/core-traits-no-impls-length-33.rs:24:14 |
