remove stray ui stderr

This commit is contained in:
Alex Burka 2018-05-02 04:38:08 +00:00
parent 394945ee36
commit e6f7cf7e75

View file

@ -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`.