Skip to content

Commit

Permalink
fix: bring back feature(rustc_private)
Browse files Browse the repository at this point in the history
error: cannot satisfy dependencies so `panic_unwind` only shows up once
  |
  = help: having upstream crates all available in one format will likely make this go away
  = help: `feature(rustc_private)` is needed to link to the compiler's `rustc_driver` library
  • Loading branch information
zjp-CN committed Nov 14, 2024
1 parent f1cb8a8 commit 259dd39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rap/src/bin/cargo-rap/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This is a cargo program to start RAP.
The file references the cargo file for Miri: https://github.com/rust-lang/miri/blob/master/cargo-miri/src/main.rs
*/
#![feature(rustc_private)]

#[macro_use]
extern crate rap;
Expand Down

0 comments on commit 259dd39

Please sign in to comment.