Skip to content

Commit ca2b4bd

Browse files
committed
Add match_hir library
1 parent 824ea3c commit ca2b4bd

33 files changed

Lines changed: 12066 additions & 3 deletions

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# smoelius: `dylint_driver`, `dylint_linting`, and the library template are in their own workspaces
2-
# because they require specific Rust components.
1+
# smoelius: `dylint_driver`, `dylint_linting`, the library template, and `match_hir` are in their
2+
# own workspaces because they require a nightly toolchain.
33

44
[workspace]
5-
exclude = ["driver", "internal/template", "utils/linting"]
5+
exclude = ["driver", "internal/template", "match_hir", "utils/linting"]
66
members = [
77
"cargo-dylint",
88
"dylint",

match_hir/.cargo/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build]
2+
target-dir = "../target/nightly"
3+
4+
[target.'cfg(all())']
5+
linker = "dylint-link"

0 commit comments

Comments
 (0)