Files
rust/src/etc
Joshua Nelson 6209e6c598 Change src/etc/vscode_settings.json to always treat ./library as the sysroot source
See
https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer/topic/False.20error.20report.20for.20.60rust-analyzer.28private-field.29.60
for further discussion; previously this had various bugs.

I tested go-to-definition on:
- `use std::io::Write` in `src/bootstrap/setup.rs`
- `use std::cell::RefCell` in `src/librustdoc/core.rs`
- `use rustc_span::symbol::sym` in `src/librustdoc/core.rs`
- `use std::fmt` in `compiler/rustc_span/src/symbol.rs`
- `Global` in `library/alloc/src/alloc/tests.rs`

The following things still don't work:
- `Global.deallocate` in alloc/tests.rs. This function is under
  `cfg(not(test))`, so it can't be enabled without disabling RA in
  `tests.rs` altogether. I think this might be fixable by moving
  `library/alloc/src/alloc/tests.rs` to
  `library/alloc/tests/alloc/lib.rs`, so it's in a different crate, but
  I'd like to avoid blocking this improvement on that change.
2023-02-17 15:18:09 -06:00
..
2022-11-27 18:09:56 +01:00
2021-09-20 22:21:42 -04:00
2022-09-26 21:56:08 +08:00
2016-08-22 01:24:01 -04:00
2015-07-30 06:35:42 +10:00
2022-08-31 18:24:55 +08:00
2017-11-16 13:34:13 -05:00
2022-07-12 18:30:05 -04:00
2018-12-25 21:08:33 -07:00