diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-07-29 02:01:57 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-07-30 10:43:32 +0200 |
| commit | 24a178e397c6aaac39f26ac8684bc8d7b43c4c8c (patch) | |
| tree | 88894a013f1959d81c0ab3ab7cf31dc6167cfe80 /src/test/ui/const-generics/derive-debug-array-wrapper.stderr | |
| parent | 8a9017323904e7047a7e69f0b07dd57938942697 (diff) | |
| download | rust-24a178e397c6aaac39f26ac8684bc8d7b43c4c8c.tar.gz rust-24a178e397c6aaac39f26ac8684bc8d7b43c4c8c.zip | |
--bless tests due to INCOMPLETE_FEATURES being a lint.
Diffstat (limited to 'src/test/ui/const-generics/derive-debug-array-wrapper.stderr')
| -rw-r--r-- | src/test/ui/const-generics/derive-debug-array-wrapper.stderr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/ui/const-generics/derive-debug-array-wrapper.stderr b/src/test/ui/const-generics/derive-debug-array-wrapper.stderr index 799ab145edf..08a9037a207 100644 --- a/src/test/ui/const-generics/derive-debug-array-wrapper.stderr +++ b/src/test/ui/const-generics/derive-debug-array-wrapper.stderr @@ -3,6 +3,8 @@ warning: the feature `const_generics` is incomplete and may cause the compiler t | LL | #![feature(const_generics)] | ^^^^^^^^^^^^^^ + | + = note: `#[warn(incomplete_features)]` on by default error[E0277]: arrays only have std trait implementations for lengths 0..=32 --> $DIR/derive-debug-array-wrapper.rs:6:5 |
