This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
151256bd4b
rust
/
tests
/
run-coverage
/
auxiliary
/
unused_mod_helper.rs
5 lines
90 B
Rust
Raw
Normal View
History
Unescape
Escape
Resolve all warnings in `run-coverage` tests 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`.)
2023-08-16 20:24:56 -05:00
#[
allow(dead_code)
]
Add test case for #86177 and #85718
2021-12-20 15:36:38 -06:00
pub
fn
never_called_function
(
)
{
println!
(
"
I am never called
"
)
;
}
Reference in New Issue
Copy Permalink