1
Fork 0

rustc: Refactor attribute checking to operate on HIR

This'll enable running queries that could be cached and overall be more amenable
to the query infastructure.
This commit is contained in:
Alex Crichton 2018-01-08 13:43:42 -08:00
parent 5f006cebfc
commit 0ecaa67e90
5 changed files with 59 additions and 47 deletions

View file

@ -10,6 +10,8 @@
// ignore-arm
// ignore-aarch64
// ignore-wasm
// ignore-emscripten
#![feature(target_feature)]