diff options
| author | Boxy <supbscripter@gmail.com> | 2023-09-15 16:32:27 +0100 |
|---|---|---|
| committer | Boxy <supbscripter@gmail.com> | 2023-09-18 17:29:13 +0100 |
| commit | b2bf4b66f8512e234244fa7264af757c5775bbbd (patch) | |
| tree | 7b523be6f72968c9a47920ea85e0f0309d414c29 /compiler/rustc_middle | |
| parent | cbcf9a5368c0d8b6d0b5784201471475cb3496a3 (diff) | |
| download | rust-b2bf4b66f8512e234244fa7264af757c5775bbbd.tar.gz rust-b2bf4b66f8512e234244fa7264af757c5775bbbd.zip | |
make more pretty
Diffstat (limited to 'compiler/rustc_middle')
| -rw-r--r-- | compiler/rustc_middle/src/ty/context.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_middle/src/ty/context.rs b/compiler/rustc_middle/src/ty/context.rs index e8d50a1c025..9ff4b64f48b 100644 --- a/compiler/rustc_middle/src/ty/context.rs +++ b/compiler/rustc_middle/src/ty/context.rs @@ -82,6 +82,7 @@ use std::ops::{Bound, Deref}; impl<'tcx> Interner for TyCtxt<'tcx> { type AdtDef = ty::AdtDef<'tcx>; type GenericArgsRef = ty::GenericArgsRef<'tcx>; + type GenericArg = ty::GenericArg<'tcx>; type DefId = DefId; type Binder<T> = Binder<'tcx, T>; type Ty = Ty<'tcx>; |
