diff options
| author | Ben Kimock <kimockb@gmail.com> | 2024-10-30 23:10:37 -0400 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2024-11-12 14:48:10 -0500 |
| commit | f6e913b259d331125cb8a22febbbe1df4294a7bc (patch) | |
| tree | cbbee53c66968c5ad6124c222b6b286c01820462 /compiler/rustc_monomorphize/src/lib.rs | |
| parent | 583b25d8d1bf934f593d9d9811f88305888032b5 (diff) | |
| download | rust-f6e913b259d331125cb8a22febbbe1df4294a7bc.tar.gz rust-f6e913b259d331125cb8a22febbbe1df4294a7bc.zip | |
Querify MonoItem collection
Diffstat (limited to 'compiler/rustc_monomorphize/src/lib.rs')
| -rw-r--r-- | compiler/rustc_monomorphize/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_monomorphize/src/lib.rs b/compiler/rustc_monomorphize/src/lib.rs index 0cfc4371db5..eb576317678 100644 --- a/compiler/rustc_monomorphize/src/lib.rs +++ b/compiler/rustc_monomorphize/src/lib.rs @@ -2,6 +2,7 @@ #![feature(array_windows)] #![feature(file_buffered)] #![feature(if_let_guard)] +#![feature(impl_trait_in_assoc_type)] #![feature(let_chains)] #![warn(unreachable_pub)] // tidy-alphabetical-end |
