This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
345d6b816b
rust
/
tests
/
ui
/
feature-gates
/
feature-gate-log_syntax2.rs
4 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
Address the other cases of #22234; fix #22234. The other cases: `concat_idents!`, `log_syntax!`, and `trace_macros!`, (these macros, with `asm!`, are handled (eagerly) in feature_gate.rs).
2015-02-15 16:49:55 -06:00
fn
main
(
)
{
Make sure feature gate errors are recoverable
2018-12-20 16:47:03 -06:00
println!
(
"
{:?}
"
,
log_syntax!
(
)
)
;
//~ ERROR `log_syntax!` is not stable
Address the other cases of #22234; fix #22234. The other cases: `concat_idents!`, `log_syntax!`, and `trace_macros!`, (these macros, with `asm!`, are handled (eagerly) in feature_gate.rs).
2015-02-15 16:49:55 -06:00
}
Reference in New Issue
Copy Permalink