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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
error-codes
/
E0255.rs
blob: d1c21eb79deb54fe7ad6b2896b69f6bc05a1ef04 (
plain
)
1
2
3
4
5
6
7
8
9
use bar::foo; fn foo() {} //~ ERROR E0255 mod bar { pub fn foo() {} } fn main() {}