mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 21:47:04 +00:00
Rollup merge of #123829 - saethlin:fix-revisions, r=jieyouxu
Fix revisions syntax in cfg(ub_checks) test `//@ revisions YES NO` doesn't do anything without the `:`. Thanks for pointing this out to me. r? jieyouxu
This commit is contained in:
commit
2679ea09fe
@ -1,5 +1,5 @@
|
||||
//@ run-pass
|
||||
//@ revisions YES NO
|
||||
//@ revisions: YES NO
|
||||
//@ [YES] compile-flags: -Cdebug-assertions=yes
|
||||
//@ [NO] compile-flags: -Cdebug-assertions=no
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user