This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
14e59bb317c3c901bce83deb16ee9bfa5cc90e28
rust
/
tests
/
ui
/
parser
/
removed-syntax-fn-sigil.rs
4 lines
74 B
Rust
Raw
Normal View
History
Unescape
Escape
tests: Do not use `-Z parse-only`, continue compilation to test recovery
2019-01-06 18:33:05 +03:00
fn
main
(
)
{
Adjust the error messages to match the pattern "expected foo, found bar" Closes #8492
2014-08-23 12:41:32 +02:00
let
x
:
fn
~
(
)
=
|
|
(
)
;
//~ ERROR expected `(`, found `~`
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 11:47:00 -08:00
}
Reference in New Issue
Copy Permalink