rustc: Remove lang item methods from CrateStore

Given the previous commit, these are now trivially representable as queries!
This commit is contained in:
Alex Crichton 2017-08-31 09:19:33 -07:00
parent a2e2aba07d
commit 953490ddfa
11 changed files with 82 additions and 75 deletions

View file

@ -16,3 +16,5 @@
extern crate core;
extern crate weak_lang_items;
fn main() {}