Skip to content

Commit

Permalink
feat: check libstd with `cargo rap -F -M -- -Z build-std --target x86…
Browse files Browse the repository at this point in the history
…_64-unknown-linux-gnu`
  • Loading branch information
zjp-CN committed Jan 5, 2025
1 parent 2d4ec25 commit e439d07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rap/src/bin/cargo-rap/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ impl Arguments {
None => return false,
};
entry_path.is_relative()
|| entry_path.ends_with("lib/rustlib/src/rust/library/std/src/lib.rs")
}
}

Expand Down

0 comments on commit e439d07

Please sign in to comment.