about summary refs log tree commit diff
path: root/tests/ui/feature-gates/feature-gate-coverage-attribute.stderr
AgeCommit message (Collapse)AuthorLines
2025-06-24Don't include current rustc version string in feature removed helpJieyou Xu-3/+3
The version string is difficult to properly normalize out, and removing it isn't a huge deal (the user can query version info easily through `rustc --version` or `cargo --version`). The normalization options were all non-ideal: - Per-test version string normalization is nasty to maintain, and we need to maintain `n` copies of it. - Centralized compiletest normalization (with a directive opt-out) is also not ideal, because `cfg(version(..))` tests can't have those accidentally normalized out (and you'd have to remember to opt-out).
2025-06-09Make `since` of removed features the version removed and fill `pull`xizheyin-1/+1
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2025-06-09Note the version and PR of removed features when using itxizheyin-2/+3
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2024-12-23Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, ↵Zalathar-0/+22
r=wesleywiser" This reverts commit 1d35638dc38dbfbf1cc2a9823135dfcf3c650169, reversing changes made to f23a80a4c2fbca593b64e70f5970368824b4c5e9.
2024-12-16Stabilize #[coverage] attributeltdk-22/+0
2024-01-13Bless testsGeorge-lewis-0/+1
Update tests
2023-09-14Fix the error message for `#![feature(no_coverage)]`Zalathar-1/+1
2023-09-08Rename the feature, but not the attribute, to `coverage_attribute`Andy Caldwell-0/+21