mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-04-25 12:14:50 +02:00
10 lines
99 B
Rust
10 lines
99 B
Rust
|
fn main() {}
|
||
|
|
||
|
#[cfg(test)]
|
||
|
mod tests {
|
||
|
#[test]
|
||
|
fn fails() {
|
||
|
asset!(false);
|
||
|
}
|
||
|
}
|