rust/compiler
Matthias Krüger b41374598f
Rollup merge of #94440 - compiler-errors:issue-94282, r=lcnr
Better error for normalization errors from parent crates that use `#![feature(generic_const_exprs)]`

This PR implements a somewhat rudimentary heuristic to suggest using `#![feature(generic_const_exprs)]` in a child crate when a function from a foreign crate (that may have used `#![feature(generic_const_exprs)]`) fails to normalize during codegen.

cc: #79018
cc: #94287
2022-03-10 19:00:05 +01:00
..
2022-03-05 21:20:12 -05:00
2022-03-05 13:15:00 -05:00
2022-03-05 15:31:22 +01:00
2022-03-07 13:41:47 +11:00
2022-03-07 13:41:47 +11:00