diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-08-31 08:07:39 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-09-05 07:37:39 -0700 |
| commit | 43ae38019167ef02e53cfc202df8b6be0f79c32d (patch) | |
| tree | df5a04c15b5911e2f71c2318946cb5e19ded157b /src/rustllvm/RustWrapper.cpp | |
| parent | fd61fa5aef171e27209f1fad6388f730a64d61a2 (diff) | |
| download | rust-43ae38019167ef02e53cfc202df8b6be0f79c32d.tar.gz rust-43ae38019167ef02e53cfc202df8b6be0f79c32d.zip | |
rustc: Flag some CrateStore methods as "untracked"
The main use of `CrateStore` *before* the `TyCtxt` is created is during
resolution, but we want to be sure that any methods used before resolution are
not used after the `TyCtxt` is created. This commit starts moving the methods
used by resolve to all be named `{name}_untracked` where the rest of the
compiler uses just `{name}` as a query.
During this transition a number of new queries were added to account for
post-resolve usage of these methods.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
