index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
pub
/
pub-restricted-non-path.rs
blob: bdad18dbe65353057d4454939ef1de847b8cb4e8 (
plain
)
1
2
3
4
5
#![feature(pub_restricted)] pub (.) fn afn() {} //~ ERROR expected identifier fn main() {}