mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-24 19:12:55 +00:00
Move proc-macro-test into proc-macro-srv
This commit is contained in:
parent
f427f56812
commit
c89fd01739
8 changed files with 6 additions and 9 deletions
|
@ -34,7 +34,7 @@ proc-macro-api.workspace = true
|
|||
expect-test = "1.4.0"
|
||||
|
||||
# used as proc macro test targets
|
||||
proc-macro-test.workspace = true
|
||||
proc-macro-test.path = "./proc-macro-test"
|
||||
|
||||
[features]
|
||||
sysroot-abi = []
|
||||
|
|
|
@ -3,18 +3,16 @@ name = "proc-macro-test"
|
|||
version = "0.0.0"
|
||||
publish = false
|
||||
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
rust-version.workspace = true
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
|
||||
[build-dependencies]
|
||||
cargo_metadata.workspace = true
|
||||
cargo_metadata = "0.18.1"
|
||||
|
||||
proc-macro-test-impl = { path = "imp", version = "0.0.0" }
|
||||
|
||||
# local deps
|
||||
toolchain.workspace = true
|
||||
toolchain.path = "../../toolchain"
|
Loading…
Add table
Add a link
Reference in a new issue