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
34d96886d4
rust
/
tests
/
ui
/
feature-gates
/
feature-gate-format_args_nl.rs
4 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix tidy by adding new feature gate test
2018-07-21 19:35:09 -05:00
fn
main
(
)
{
format_args_nl!
(
"
"
)
;
//~ ERROR `format_args_nl` is only for internal language use
}
Reference in New Issue
Copy Permalink