Skip to content

Commit

Permalink
Improve rust-analyzer support
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsemakula committed Dec 9, 2024
1 parent 53e47c1 commit 1716ba1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions checker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,8 @@ vcpkg = ["z3-sys/vcpkg", "z3"]
bundled = ["z3-sys/bundled", "z3"]
z3 = []

[package.metadata.rust-analyzer]
# This crate uses #[feature(rustc_private)]
# https://rust-analyzer.github.io/manual.html#rust-analyzer.rustc.source
rustc_private = true

0 comments on commit 1716ba1

Please sign in to comment.