This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-01 12:37:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
300901b705
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-16 01:35:25 +00:00
trait
Foo
{
pub
const
Foo
:
u32
;
Recover from incorrect `pub` kw in "reasonable" places
2019-03-08 23:12:51 +00:00
//~^ ERROR unnecessary visibility qualifier
Functional changes for associated constants. Cross-crate usage of associated constants is not yet working.
2015-03-16 01:35:25 +00:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink