This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
07c993eba8
rust
/
tests
/
ui
/
parser
/
trait-pub-assoc-const.rs
7 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
Functional changes for associated constants. Cross-crate usage of associated constants is not yet working.
2015-03-15 19:35:25 -06:00
trait
Foo
{
pub
const
Foo
:
u32
;
Recover from incorrect `pub` kw in "reasonable" places
2019-03-08 15:12:51 -08:00
//~^ ERROR unnecessary visibility qualifier
Functional changes for associated constants. Cross-crate usage of associated constants is not yet working.
2015-03-15 19:35:25 -06:00
}
fn
main
(
)
{
}
Copy permalink