Ralf Jung
467e0f4446
use precise spans for recursive const evaluation
2022-06-04 16:18:03 -04:00
Oliver Scherer
182ed8544d
Address review comments
2020-09-19 10:36:36 +02:00
Oliver Scherer
2d7ac728e4
Stop using the const_eval
query for initializers of statics
...
As a side effect, we now represent most promoteds as `ConstValue::Scalar` again. This is useful because all implict promoteds are just references anyway and most explicit promoteds are numeric arguments to `asm!` or SIMD instructions.
2020-09-19 10:36:36 +02:00
Ralf Jung
0ac6fd0405
fix const_prop spans and re-bless tests
2020-06-12 09:43:55 +02:00
Mark Rousskov
2a663555dd
Remove licenses
2018-12-25 21:08:33 -07:00
Oliver Schneider
0f97048618
Deduplicate all the ~~things~~ errors
2018-10-25 16:47:35 +02:00
Oliver Schneider
7fdf06cdde
Report const eval error inside the query
2018-10-25 16:46:19 +02:00
David Wood
3fc7ab2373
Merged migrated compile-fail tests and ui tests. Fixes #46841 .
2018-08-14 11:12:09 +02:00