mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-06 01:32:36 +00:00
7 lines
101 B
Rust
7 lines
101 B
Rust
mod compiletest;
|
|
|
|
#[test]
|
|
fn compilefail() {
|
|
compiletest::run(compiletest::Mode::CompileFail);
|
|
}
|