about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
blob: 366bd7242ed00c65f293497a26eb81c7510ac682 (plain)
1
2
3
4
5
6
7
8
9
10
11
tree 18aae12bb57b5c1dbd1a92fad2799f13241530a0
parent 6c65edfd8ff171f7dfd43c2171eb2f8e07864406
parent 10e9f47dce5c049ab58fcd6b964e1764f8033f0b
author bors <bors@rust-lang.org> 1655055355 +0000
committer bors <bors@rust-lang.org> 1655055355 +0000

Auto merge of #12515 - Veykril:rustc-proc-macros, r=Veykril

fix: Pass the build data to rustc_private crates

With this all proc-macros should resolve in rustc now when setting up the build script running command properly.