This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-12-04 20:54:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c79a350c55
rust
/
tests
/
ui
/
conf_path_non_string.rs
6 lines
94 B
Rust
Raw
Normal View
History
Unescape
Escape
Add more tests for bad configuration file
2016-10-02 12:43:09 +00:00
#![
feature(attr_literals)
]
#![
feature(plugin)
]
#![
plugin(clippy(conf_file=42))
]
remove all //~ from tests
2017-02-08 13:58:07 +00:00
Add more tests for bad configuration file
2016-10-02 12:43:09 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink