You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
We might want to look for hints like // compile-flags: with -Z parse-only on the same line, accompanied by ERROR comments and/or a stderr file, instead of hardcoding a directory.
Yeah that might be more robust, but it also relies on -Z parse-only remaining the way in compile_test so you'll have to make sure that the rest of the compiler team don't sweep that out from under us without prior notice ;)
All -Z parse-only are indeed in ui/parser currently, but ui/parser also contains compile-pass tests and some non--Z parse-only tests doing parsing-during-expansion, so #11 (comment) is certainly more robust.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We'd like the grammar to reject everything inside https://github.com/rust-lang/rust/tree/master/src/test/ui/parser since those are parse-fail tests.
The text was updated successfully, but these errors were encountered: