This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a63f35daee
rust
/
src
/
test
/
ui
/
parser
/
issue-41155.rs
8 lines
70 B
Rust
Raw
Normal View
History
Unescape
Escape
tests: Do not use `-Z parse-only`, continue compilation to test recovery
2019-01-06 09:33:05 -06:00
struct
S
;
Make sure all ui/parse tests have `-Z parse-only` Except those testing parsing during macro expansion
2018-10-20 16:38:23 -05:00
impl
S
{
Point at only one char on `Span::next_point` Avoid pointing at two chars so the diagnostic output doesn't display a multiline span when starting beyond a line end.
2017-04-09 18:28:31 -05:00
pub
Merge cfail and ui tests into ui tests
2017-11-20 06:13:27 -06:00
}
//~ ERROR expected one of
Add empty main() to tests where it is missing.
2018-03-12 15:21:43 -05:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink