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-method.rs
7 lines
94 B
Rust
Raw
Normal View
History
Unescape
Escape
syntax: gather common fields of impl & trait items into their respective types.
2015-03-10 12:28:44 +02:00
trait
Foo
{
Functional changes for associated constants. Cross-crate usage of associated constants is not yet working.
2015-03-15 19:35:25 -06:00
pub
fn
foo
(
)
;
Recover from incorrect `pub` kw in "reasonable" places
2019-03-08 15:12:51 -08:00
//~^ ERROR unnecessary visibility qualifier
Forbid pub/priv where it has no effect Closes #5495
2013-08-09 01:25:24 -07:00
}
syntax: Clean out obsolete syntax parsing All of these features have been obsolete since February 2014, where most have been obsolete since 2013. There shouldn't be any more need to keep around the parser hacks after this length of time.
2014-05-22 10:49:26 -07:00
fn
main
(
)
{
}
Copy permalink