@@ -8,6 +8,31 @@ license = "MIT OR Apache-2.0"
8
8
keywords = [" clippy" , " lint" , " plugin" ]
9
9
edition = " 2021"
10
10
11
+ [target .'cfg(NOT_A_PLATFORM)' .dependencies ]
12
+ rustc_abi = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_abi" }
13
+ rustc_arena = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_arena" }
14
+ rustc_ast = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_ast" }
15
+ rustc_ast_pretty = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_ast_pretty" }
16
+ rustc_attr = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_attr" }
17
+ rustc_data_structures = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_data_structures" }
18
+ rustc_driver = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_driver" }
19
+ rustc_errors = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_errors" }
20
+ rustc_hir = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_hir" }
21
+ rustc_hir_analysis = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_hir_analysis" }
22
+ rustc_hir_pretty = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_hir_pretty" }
23
+ rustc_hir_typeck = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_hir_typeck" }
24
+ rustc_index = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_index" }
25
+ rustc_infer = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_infer" }
26
+ rustc_lexer = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_lexer" }
27
+ rustc_lint = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_lint" }
28
+ rustc_middle = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_middle" }
29
+ rustc_parse = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_parse" }
30
+ rustc_resolve = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_resolve" }
31
+ rustc_session = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_session" }
32
+ rustc_span = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_span" }
33
+ rustc_target = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_target" }
34
+ rustc_trait_selection = { path = " /home/nyurik/dev/rust/rust/compiler/rustc_trait_selection" }
35
+
11
36
[dependencies ]
12
37
arrayvec = { version = " 0.7" , default-features = false }
13
38
cargo_metadata = " 0.18"
0 commit comments