improve diagnostics for const eval query overflow

This commit is contained in:
Martin Zacho 2025-01-06 09:04:22 +01:00
parent 83853ccdc3
commit 38e10e5619
7 changed files with 32 additions and 26 deletions

View file

@ -16,7 +16,7 @@ pub mod ich;
pub mod query;
mod values;
pub use error::{HandleCycleError, LayoutOfDepth, QueryOverflow};
pub use error::{HandleCycleError, QueryOverflow, QueryOverflowNote};
pub use values::Value;
rustc_fluent_macro::fluent_messages! { "../messages.ftl" }