Home
last modified time | relevance | path

Searched defs:NotParam (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/compiler/rustc_ty_utils/src/
Derrors.rs117 pub struct NotParam<'tcx> { struct
118 pub arg: GenericArg<'tcx>,
121 pub span: Span,
123 pub opaque_span: Span,
/third_party/rust/rust/tests/ui/const-generics/adt_const_params/
Dconst_param_ty_generic_bounds_do_not_hold.rs5 struct NotParam; struct
Dconst_param_ty_bad_empty_array.rs5 struct NotParam; struct
Dconst_param_ty_impl_bad_field.rs5 struct NotParam; struct
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dutil.rs49 NotParam(ty::GenericArg<'tcx>), enumerator