rust/compiler/rustc_const_eval/src
Matthias Krüger 48caf81484
Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu
Use workspace lints for crates in `compiler/`

This is nicer and hopefully less error prone than specifying lints via bootstrap.

r? ``@jieyouxu``
2025-03-09 10:34:50 +01:00
..
check_consts require trait impls to have matching const stabilities as the traits 2025-02-27 04:56:27 +00:00
const_eval Shorten span of panic failures in const context 2025-02-28 16:28:41 +00:00
interpret Pass Option<Symbol> to def_path_data/create_def methods. 2025-03-07 20:53:00 +11:00
util rename BackendRepr::Vector → SimdVector 2025-02-28 17:17:45 +01:00
errors.rs Shorten span of panic failures in const context 2025-02-28 16:28:41 +00:00
lib.rs Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00