Skip to content

Commit 9a82f8c

Browse files
committed
Auto merge of rust-lang#16144 - lnicola:sync-from-rust, r=lnicola
internal: sync from downstream
2 parents 21b06c1 + e628f17 commit 9a82f8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/proc-macro-srv/src/server.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ impl server::Types for RustAnalyzer {
5858
}
5959

6060
impl server::FreeFunctions for RustAnalyzer {
61+
fn injected_env_var(&mut self, _var: &str) -> Option<String> {
62+
None
63+
}
64+
6165
fn track_env_var(&mut self, _var: &str, _value: Option<&str>) {
6266
// FIXME: track env var accesses
6367
// https://github.com/rust-lang/rust/pull/71858

0 commit comments

Comments
 (0)