rust/compiler/rustc_const_eval/src
Matthias Krüger c1d1f7a16f
Rollup merge of #142012 - oli-obk:no-optional-spans, r=fee1-dead
Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None

Turns out many locations actually have a span available that we could use, so I used it
2025-06-06 00:58:44 +02:00
..
check_consts Replace some Option<Span> with Span and use DUMMY_SP instead of None 2025-06-05 14:14:59 +00:00
const_eval Rollup merge of #142012 - oli-obk:no-optional-spans, r=fee1-dead 2025-06-06 00:58:44 +02:00
interpret Replace some Option<Span> with Span and use DUMMY_SP instead of None 2025-06-05 14:14:59 +00:00
util Rollup merge of #142012 - oli-obk:no-optional-spans, r=fee1-dead 2025-06-06 00:58:44 +02:00
errors.rs Use the informative error as the main const eval error message 2025-06-02 15:37:15 +00:00
lib.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00