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-04-30 20:17:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
300901b705
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 15:33:05 +00:00
fn
main
(
)
{
Adjust the error messages to match the pattern "expected foo, found bar" Closes #8492
2014-08-23 10:41:32 +00:00
let
x
:
fn
~
(
)
=
|
|
(
)
;
//~ ERROR expected `(`, found `~`
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 19:47:00 +00:00
}
Reference in New Issue
Copy Permalink