This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
f478853f425fc0207add653b48c49c937acaa94e
rust
/
tests
/
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-17 11:24:56 +10:00
#[
allow(dead_code)
]
Add test case for #86177 and #85718
2021-12-20 16:36:38 -05:00
pub
fn
never_called_function
(
)
{
println!
(
"
I am never called
"
)
;
}
Reference in New Issue
Copy Permalink