Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
compiletest-self-test
/
run-rustfix-revisions.rs
blob: 84c5b7a2d0a89c4671841ea5eda1d384af0f596c [
file
] [
log
] [
blame
] [
edit
]
// Check that revisioned `run-rustfix` does not fail with issues related to `.` in crate name.
//@ revisions: foo
//@[foo] run-rustfix
#![
deny
(
unused_variables
)]
fn
main
()
{
let
x
=
0usize
;
//~^ ERROR unused variable: `x`
}