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
a63f35daeefc4ae89ba5b6bd0323d97bb0d050e6
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 18:33:05 +03:00
struct
S
;
Make sure all ui/parse tests have `-Z parse-only` Except those testing parsing during macro expansion
2018-10-21 00:38:23 +03: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 16:28:31 -07:00
pub
Merge cfail and ui tests into ui tests
2017-11-20 13:13:27 +01:00
}
//~ ERROR expected one of
Add empty main() to tests where it is missing.
2018-03-12 13:21:43 -07:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink