File tree 5 files changed +9
-8
lines changed
const-generics/late-bound-vars
5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 13
13
// normalize-stderr-test "\s\d{1,}: .*\n" -> ""
14
14
// normalize-stderr-test "\s at .*\n" -> ""
15
15
// normalize-stderr-test ".*note: Some details.*\n" -> ""
16
- // normalize-stderr-test "\n\n [ ]*\n" -> ""
16
+ // normalize-stderr-test "\n[ ]*\n" -> ""
17
17
// normalize-stderr-test "compiler/.*: projection" -> "projection"
18
- // this should run-pass
19
18
// normalize-stderr-test ".*omitted \d{1,} frame.*\n" -> ""
19
+ // normalize-stderr-test "error: [\s\n]*query stack during panic:\n" -> ""
20
+ // this should run-pass
20
21
21
22
#![ feature( generic_const_exprs) ]
22
23
#![ allow( incomplete_features) ]
Original file line number Diff line number Diff line change 1
- error: query stack during panic:
2
1
#0 [mir_borrowck] borrow-checking `test::{closure#0}::{constant#1}`
3
2
#1 [mir_drops_elaborated_and_const_checked] elaborating drops for `test::{closure#0}::{constant#1}`
4
3
#2 [mir_for_ctfe] caching mir of `test::{closure#0}::{constant#1}` for CTFE
@@ -8,5 +7,4 @@ error: query stack during panic:
8
7
#6 [typeck] type-checking `test`
9
8
#7 [analysis] running analysis passes on this crate
10
9
end of query stack
11
- error: aborting due to previous error
12
-
10
+ error: aborting due to previous error
Original file line number Diff line number Diff line change 16
16
// normalize-stderr-test "\n\n[ ]*\n" -> ""
17
17
// normalize-stderr-test "compiler/.*: projection" -> "projection"
18
18
// normalize-stderr-test ".*omitted \d{1,} frame.*\n" -> ""
19
+ // normalize-stderr-test "error: [\s\n]*query stack" -> "error: query stack"
19
20
20
21
#![ feature( generic_const_exprs) ]
21
22
#![ allow( incomplete_features) ]
Original file line number Diff line number Diff line change 19
19
// normalize-stderr-test "\n\n[ ]*\n" -> ""
20
20
// normalize-stderr-test "compiler/.*: projection" -> "projection"
21
21
// normalize-stderr-test ".*omitted \d{1,} frame.*\n" -> ""
22
-
22
+ // normalize-stderr-test "error: [\s\n]*query stack" -> "error: query stack"
23
+ // normalize-stderr-test "[\n\s]*\nquery stack during panic:" -> "query stack during panic:"
23
24
// edition:2018
24
25
25
26
#![ feature( type_alias_impl_trait) ]
Original file line number Diff line number Diff line change 1
1
error:
2
- --> $DIR/issue-90014-tait2.rs:43 :27
2
+ --> $DIR/issue-90014-tait2.rs:44 :27
3
3
|
4
4
LL | fn make_fut(&self) -> Box<dyn for<'a> Trait<'a, Thing = Fut<'a>>> {
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^query stack during panic:
6
- #0 [typeck] type-checking `<impl at $DIR/issue-90014-tait2.rs:42 :1: 42 :13>::make_fut`
6
+ #0 [typeck] type-checking `<impl at $DIR/issue-90014-tait2.rs:43 :1: 43 :13>::make_fut`
7
7
#1 [type_of] computing type of `Fut::{opaque#0}`
8
8
#2 [check_mod_item_types] checking item types in top-level module
9
9
#3 [analysis] running analysis passes on this crate
You can’t perform that action at this time.
0 commit comments