mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Mark more hanging new-solver tests
This commit is contained in:
parent
010ee7b0e0
commit
713f9bb5d1
@ -1,6 +1,7 @@
|
||||
// build-fail
|
||||
// compile-flags: -Copt-level=0
|
||||
// normalize-stderr-test: ".nll/" -> "/"
|
||||
// ignore-compare-mode-next-solver (hangs)
|
||||
|
||||
fn main() {
|
||||
rec(Empty);
|
||||
|
@ -1,11 +1,11 @@
|
||||
error: reached the recursion limit while instantiating `rec::<&mut &mut &mut &mut &mut ...>`
|
||||
--> $DIR/issue-67552.rs:29:9
|
||||
--> $DIR/issue-67552.rs:30:9
|
||||
|
|
||||
LL | rec(identity(&mut it))
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
||||
note: `rec` defined here
|
||||
--> $DIR/issue-67552.rs:22:1
|
||||
--> $DIR/issue-67552.rs:23:1
|
||||
|
|
||||
LL | / fn rec<T>(mut it: T)
|
||||
LL | | where
|
||||
|
@ -3,6 +3,7 @@
|
||||
// compile-flags: -Copt-level=0
|
||||
// dont-check-failure-status
|
||||
// dont-check-compiler-stderr
|
||||
// ignore-compare-mode-next-solver (hangs)
|
||||
|
||||
pub fn encode_num<Writer: ExampleWriter>(n: u32, mut writer: Writer) -> Result<(), Writer::Error> {
|
||||
if n > 15 {
|
||||
|
Loading…
Reference in New Issue
Block a user