Add -Zassert-incr-state to assert state of incremental cache
This commit is contained in:
parent
220ed09b26
commit
1642fdfea0
6 changed files with 63 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
// no-prefer-dynamic
|
||||
//[cfail1] compile-flags: -lbar -lfoo --crate-type lib
|
||||
//[cfail2] compile-flags: -lfoo -lbar --crate-type lib
|
||||
//[cfail1] compile-flags: -lbar -lfoo --crate-type lib -Zassert-incr-state=not-loaded
|
||||
//[cfail2] compile-flags: -lfoo -lbar --crate-type lib -Zassert-incr-state=not-loaded
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
// revisions:rpass1 cfail2
|
||||
// compile-flags: -Z query-dep-graph
|
||||
// [cfail2] compile-flags: -Z query-dep-graph -Z assert-incr-state=loaded
|
||||
|
||||
#![feature(rustc_attrs)]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue