Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
modules
/
path-no-file-name.rs
blob: c36043686fcf22d488d0e94ebeac0182b8087146 [
file
] [
log
] [
blame
] [
edit
]
//@ normalize-stderr-test: "\.:.*\(" -> ".: $$ACCESS_DENIED_MSG ("
//@ normalize-stderr-test: "os error \d+" -> "os error $$ACCESS_DENIED_CODE"
#[
path
=
"."
]
mod
m
;
//~ ERROR couldn't read
fn
main
()
{}