summaryrefslogtreecommitdiff
path: root/tests/specs/compile/repetitive_unstable_flag/main.out
AgeCommit message (Collapse)Author
2024-07-02fix(compile): prevent setting unstable feature twice (#24381)HasanAlrimawi
Prevent panic when enabling a feature that is already enabled by removing duplicate features. Closes #22015 --------- Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>