This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
14e59bb317
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
}
Copy permalink