diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-11-16 10:05:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-16 10:05:06 +0100 |
| commit | b09af7064edfa7aa19cdc474a7beace88f98e2a8 (patch) | |
| tree | dc6ba0dee15f9296cd96f26c53a5aafaa0d519aa /src/test | |
| parent | 8debe610ee91ad544ec65d38e4a89e69bdac8705 (diff) | |
| parent | 9338b4903aa3696dcba77d0719675a74049e47a9 (diff) | |
| download | rust-b09af7064edfa7aa19cdc474a7beace88f98e2a8.tar.gz rust-b09af7064edfa7aa19cdc474a7beace88f98e2a8.zip | |
Rollup merge of #46005 - GuillaumeGomez:short-unstable, r=nrc
Set short-message feature unstable Fixes #45995. r? @nrc
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/ui/short-error-format.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/short-error-format.rs b/src/test/ui/short-error-format.rs index 3e6802c51c3..ecce824ca17 100644 --- a/src/test/ui/short-error-format.rs +++ b/src/test/ui/short-error-format.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// compile-flags: --error-format=short +// compile-flags: --error-format=short -Zunstable-options fn foo(_: u32) {} |
