We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dylint_linting
nightly-2023-01-19
1 parent e5543b9 commit cc8b57aCopy full SHA for cc8b57a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.1.3
4
+
5
+- Set rust-analyzer's `rustc_private=true` in `dylint_linting` package metadata ([#543](https://github.com/trailofbits/dylint/pull/543))
6
7
## 2.1.2
8
9
- Rerun `cargo check` when library code changes ([6235e99](https://github.com/trailofbits/dylint/commit/6235e9993aa374a8a568fbbda4c333d718985835))
utils/linting/rust-toolchain
@@ -1,3 +1,4 @@
[toolchain]
-channel = "nightly"
+# smoelius: Temporarily pin to `nightly-2023-01-19` until rust-lang/rust#106810 can be dealt with.
+channel = "nightly-2023-01-19"
components = ["llvm-tools-preview", "rustc-dev"]
0 commit comments