Make some rustc code conform to strict provenance.

There's some really bad stuff around `ty` and pointer tagging stuff that
was too much work to handle here.
This commit is contained in:
Aria Beingessner 2022-03-22 16:21:33 -04:00
parent c7de289e1c
commit 68643603ad
3 changed files with 13 additions and 10 deletions

View file

@ -6,6 +6,7 @@
#![feature(once_cell)]
#![feature(nll)]
#![feature(associated_type_bounds)]
#![feature(strict_provenance)]
#![recursion_limit = "256"]
#![allow(rustc::potential_query_instability)]