blob: f1c0d305f6c31f02ed77424065b4ee93723bb47d (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: `log_syntax!` is not stable enough for use and is subject to change (see issue #29598)
--> $DIR/feature-gate-log_syntax.rs:12:5
|
12 | log_syntax!() //~ ERROR `log_syntax!` is not stable enough
| ^^^^^^^^^^^^^
|
= help: add #![feature(log_syntax)] to the crate attributes to enable
error: aborting due to previous error
|