Skip to main content
Module exported_non_generic_symbols
rustc_
middle
1.96.0-nightly
(d9563937f 2026-03-03)
Module exported_
non_
generic_
symbols
Module Items
Functions
Type Aliases
In rustc_
middle::
queries
rustc_middle
::
queries
Module
exported_
non_
generic_
symbols
Copy item path
Source
Functions
§
provided_
to_
erased
This helper function takes a value returned by the query provider (or loaded from disk, or supplied by query feeding), allocates it in an arena if requested by the
arena_cache
modifier, and then returns an erased copy of it.
Type Aliases
§
Cache
Ensure
OkReturn
Type
Return type of the
.ensure_ok()
method for this query, which does
not
have the
return_result_from_ensure_ok
modifier.
Key
Local
Key
Key type used by provider functions in
local_providers
. This query has the
separate_provide_extern
modifier.
Provided
Value
Type returned from query providers and loaded from disk-cache.
Value