diff options
| author | bors <bors@rust-lang.org> | 2020-02-07 00:06:35 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-02-07 00:06:35 +0000 |
| commit | f8fd4624474a68bd26694eff3536b9f3a127b2d3 (patch) | |
| tree | 87251dcf146a39eb1bf7936a6b46453827a17170 /src/test/ui/const-generics/array-impls | |
| parent | 442ae7f04026c215a03b155eaaf9cde8bb5cf02a (diff) | |
| parent | 7ef5b8951f9c4e2da8e8a918cd05d1784cbf895b (diff) | |
| download | rust-f8fd4624474a68bd26694eff3536b9f3a127b2d3.tar.gz rust-f8fd4624474a68bd26694eff3536b9f3a127b2d3.zip | |
Auto merge of #68907 - Dylan-DPC:rollup-osm5e8o, r=Dylan-DPC
Rollup of 6 pull requests Successful merges: - #67359 (Rename -Zexternal-macro-backtrace to -Zmacro-backtrace and clean up implementation.) - #68524 (Generator Resume Arguments) - #68791 (implement proper linkchecker hardening) - #68886 (Mark fn map_or() as eagerly evaluated.) - #68888 (error code examples: replace some more ignore with compile_fail) - #68894 (Update E0565 examples) 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 | 1 |
1 files changed, 1 insertions, 0 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 d885c98dcb2..cba71db86a9 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 @@ -6,6 +6,7 @@ LL | println!("{:?}", [0_usize; 33]); | = note: required because of the requirements on the impl of `std::fmt::Debug` for `[usize; 33]` = note: required by `std::fmt::Debug::fmt` + = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) error[E0277]: arrays only have std trait implementations for lengths 0..=32 --> $DIR/core-traits-no-impls-length-33.rs:10:16 |
