72b721f48e
When one of these tests fails, any compiler warnings will be printed to the console, which makes it harder to track down the actual reason for failure. (The outstanding warnings were found by temporarily adding `-Dwarnings` to the compiler arguments for `RunCoverage` in `src/tools/compiletest/src/runtest.rs`.)
5 lines
90 B
Rust
5 lines
90 B
Rust
#[allow(dead_code)]
|
|
pub fn never_called_function() {
|
|
println!("I am never called");
|
|
}
|