We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb5ef81 + beb06ae commit d3d28a4Copy full SHA for d3d28a4
src/librustc/query/mod.rs
@@ -462,13 +462,11 @@ rustc_queries! {
462
query const_field(
463
key: ty::ParamEnvAnd<'tcx, (&'tcx ty::Const<'tcx>, mir::Field)>
464
) -> &'tcx ty::Const<'tcx> {
465
- eval_always
466
no_force
467
desc { "extract field of const" }
468
}
469
470
query const_caller_location(key: (syntax_pos::Symbol, u32, u32)) -> &'tcx ty::Const<'tcx> {
471
472
473
desc { "get a &core::panic::Location referring to a span" }
474
0 commit comments