2024-02-16 20:02:50 +00:00
|
|
|
//@ revisions: incremental threads
|
|
|
|
//@ dont-check-compiler-stderr
|
2023-12-08 00:00:00 +00:00
|
|
|
//
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ [threads] compile-flags: -Zfuel=a=1 -Zthreads=2
|
|
|
|
//@ [threads] error-pattern:optimization fuel is incompatible with multiple threads
|
2023-12-08 00:00:00 +00:00
|
|
|
//
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ [incremental] incremental
|
|
|
|
//@ [incremental] compile-flags: -Zprint-fuel=a
|
|
|
|
//@ [incremental] error-pattern:optimization fuel is incompatible with incremental compilation
|
2023-12-08 00:00:00 +00:00
|
|
|
|
|
|
|
fn main() {}
|