-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New default profraw file name in Rust 1.65 #204
Comments
Thanks for the heads up! As you mentioned, we set LLVM_PROFILE_FILE so it would not be affected. Line 230 in f7870c5
However, rust-lang/rust#100384 may help avoid the problem of profiles being ignored when LLVM_PROFILE_FILE is removed. cargo-llvm-cov/tests/fixtures/crates/bin_crate/tests/test.rs Lines 17 to 24 in 863a8a0
EDIT: It will not help to fix the above problem because the profiles are output in different directories than the one we use. |
Closing -- We are not affected by this issue. |
Hi @taiki-e!
I just wanted to give you a heads up that we are changing the default profraw file name in Rust 1.65 (rust-lang/rust#100384). Looking over your crate, I don't believe this will affect you since you explicitly set
LLVM_PROFILE_FILE
but wanted to let you know anyway.The text was updated successfully, but these errors were encountered: