about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorAndy Caldwell <andycaldwell@microsoft.com>2023-08-24 20:15:41 +0100
committerAndy Caldwell <andycaldwell@microsoft.com>2023-09-08 12:46:09 +0100
commit679267f2ac291202e9c8168edd1df8a9cf3aecb2 (patch)
tree9f1389be3144b18f3223ab995ce6cd24482a368a /compiler/rustc_span/src
parentde1600d110749ae6e428eb59ecdce3c0a56f1223 (diff)
downloadrust-679267f2ac291202e9c8168edd1df8a9cf3aecb2.tar.gz
rust-679267f2ac291202e9c8168edd1df8a9cf3aecb2.zip
Rename the feature, but not the attribute, to `coverage_attribute`
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index a8425b2dc04..23ea8fe8f5a 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -574,6 +574,7 @@ symbols! {
         cosf64,
         count,
         coverage,
+        coverage_attribute,
         cr,
         crate_id,
         crate_in_paths,