-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
A-rebuild-detectionArea: rebuild detection and fingerprintingArea: rebuild detection and fingerprintingC-bugCategory: bugCategory: bugZ-profile-rustflagsNightly: profile-rustflagsNightly: profile-rustflags
Description
Problem
adding, removing, changing profile rustflags doesnt make cargo recompile the thing
Steps
- cargo clean
- add rustflags = ["test"] to profile override
- cargo build
- comment out or replace with rustflags = []
- cargo build
- undo comment and replace with invalid flag
- cargo build (passes but it shouldnt)
Possible Solution(s)
Notes
tracker #10271
Version
1.65.0 not that it matters
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-rebuild-detectionArea: rebuild detection and fingerprintingArea: rebuild detection and fingerprintingC-bugCategory: bugCategory: bugZ-profile-rustflagsNightly: profile-rustflagsNightly: profile-rustflags