Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
tests
/
ui
/
lint
/
internal
/
trivial-diagnostics.rs
blob: e536e1164fcebdb9a21ec756b87ff96933d37571 [
file
] [
log
] [
blame
]
// compile-flags: -Zunstable-options
pub
fn
issue_111280
()
{
struct_span_err
(
msg
).
emit
();
//~ ERROR cannot find value `msg`
//~^ ERROR cannot find function `struct_span_err`
}
fn
main
()
{}