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
2024-12-19 03:54:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6e5f1dacf3
rust
/
tests
/
ui
/
parser
/
trait-pub-method.rs
7 lines
106 B
Rust
Raw
Normal View
History
Unescape
Escape
syntax: gather common fields of impl & trait items into their respective types.
2015-03-10 10:28:44 +00:00
trait
Foo
{
Functional changes for associated constants. Cross-crate usage of associated constants is not yet working.
2015-03-16 01:35:25 +00:00
pub
fn
foo
(
)
;
Update ui tests involving invalid visibility qualifiers
2023-04-04 03:28:55 +00:00
//~^ ERROR visibility qualifiers are not permitted here
Forbid pub/priv where it has no effect Closes #5495
2013-08-09 08:25:24 +00: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 17:49:26 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink