diff options
| author | Alex Burka <alex@alexburka.com> | 2018-05-02 04:38:08 +0000 |
|---|---|---|
| committer | Alex Burka <alex@alexburka.com> | 2018-05-13 19:51:32 +0000 |
| commit | e6f7cf7e75286ca0e298bcdce7d831e5ebd451df (patch) | |
| tree | 556e27f456a0f02bbe6d10c85686355561dccbb5 /src | |
| parent | 394945ee36301f0e2be2aa711d9fe6c063960083 (diff) | |
| download | rust-e6f7cf7e75286ca0e298bcdce7d831e5ebd451df.tar.gz rust-e6f7cf7e75286ca0e298bcdce7d831e5ebd451df.zip | |
remove stray ui stderr
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/ui/feature-gate-macro-lifetime-matcher.stderr | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/ui/feature-gate-macro-lifetime-matcher.stderr b/src/test/ui/feature-gate-macro-lifetime-matcher.stderr deleted file mode 100644 index b7805f6f5fb..00000000000 --- a/src/test/ui/feature-gate-macro-lifetime-matcher.stderr +++ /dev/null @@ -1,11 +0,0 @@ -error[E0658]: :lifetime fragment specifier is experimental and subject to change (see issue #46895) - --> $DIR/feature-gate-macro-lifetime-matcher.rs:14:19 - | -LL | macro_rules! m { ($lt:lifetime) => {} } - | ^^^^^^^^^^^^ - | - = help: add #![feature(macro_lifetime_matcher)] to the crate attributes to enable - -error: aborting due to previous error - -For more information about this error, try `rustc --explain E0658`. |
