Files
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-01-28 16:56:05 +01:00
2022-03-05 21:20:12 -05:00
2022-03-03 19:47:23 +08:00
2022-02-24 17:01:01 +11: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-02-25 08:00:52 -05:00
2022-02-22 18:14:51 -05:00
2022-03-07 13:41:47 +11:00