diff options
| author | Michael Goulet <michael@errs.io> | 2024-07-06 18:24:51 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-07-07 11:10:32 -0400 |
| commit | a982471e07a87f1a379682d3b6241f61b4c9f135 (patch) | |
| tree | 2bd3723fb88524d30369194d89376ba09de24338 /compiler/rustc_hir_analysis/src/lib.rs | |
| parent | b2e30bdec480d38d050b7a8a3281cbd71fdcb075 (diff) | |
| download | rust-a982471e07a87f1a379682d3b6241f61b4c9f135.tar.gz rust-a982471e07a87f1a379682d3b6241f61b4c9f135.zip | |
Uplift trait_ref_is_knowable and friends
Diffstat (limited to 'compiler/rustc_hir_analysis/src/lib.rs')
| -rw-r--r-- | compiler/rustc_hir_analysis/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_hir_analysis/src/lib.rs b/compiler/rustc_hir_analysis/src/lib.rs index 44f1830a3b1..2f6b0a582e5 100644 --- a/compiler/rustc_hir_analysis/src/lib.rs +++ b/compiler/rustc_hir_analysis/src/lib.rs @@ -71,6 +71,7 @@ This API is completely unstable and subject to change. #![feature(rustdoc_internals)] #![feature(slice_partition_dedup)] #![feature(try_blocks)] +#![feature(unwrap_infallible)] // tidy-alphabetical-end #[macro_use] |
