about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-04-16 08:35:34 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-04-16 08:35:34 +1000
commit766cd3a58320f2ec9e30573f39e377513f1a4443 (patch)
tree1a17f7c7cfa30802531a08de77e2f64fc90c7cba /compiler/rustc_span
parent414da5b63d699c1c648088114ad2796deb0ce737 (diff)
Remove support for `#[rustc_mir(borrowck_graphviz_format="gen_kill")]`.
Because it's equivalent to `#[rustc_mir(borrowck_graphviz_format)]`. It
used to be distinct, but the distinction was removed in
https://github.com/rust-lang/rust/pull/76044/commits/3233fb18a891363a2da36ce69ca16fbb219c96be.
Diffstat (limited to 'compiler/rustc_span')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index d1f3eb16e4e..2af567f2ec5 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1068,7 +1068,6 @@ symbols! {
         ge,
         gen_blocks,
         gen_future,
-        gen_kill,
         generator_clone,
         generators,
         generic_arg_infer,