mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
7 lines
141 B
Rust
7 lines
141 B
Rust
#![allow(missing_docs)]
|
|
#[test]
|
|
fn compile_test() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/compile-fail/*.rs");
|
|
}
|