rust/compiler/rustc_session
Joshua Nelson f3523544f1 Address more review comments
- Add back various diagnostic methods on `Session`.

  It seems unfortunate to duplicate these in so many places, but in the
  meantime, making the API inconsistent between `Session` and `Diagnostic`
  also seems unfortunate.

- Add back TyCtxtAt methods

  These will hopefully be used in the near future.

- Add back `with_const`, it would need to be added soon after anyway.
- Add back `split()` and `get_mut()`, they're useful.
2021-03-27 22:19:32 -04:00
..
src Address more review comments 2021-03-27 22:19:32 -04:00
Cargo.toml Implement rustc side of report-future-incompat 2020-10-30 20:02:14 -04:00