about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-09-01 19:46:46 +0000
committerbors <bors@rust-lang.org>2024-09-01 19:46:46 +0000
commit94885bc699512cfee8560e73c2a01ee6b4b76563 (patch)
tree28f7a17d4c29dfd19039236416d95586b2164db9 /src
parenta48861a6279b386ad2b9c3518490181d238fe727 (diff)
parent47e6b5deed5cc79c677def8d1a165658fa79d810 (diff)
downloadrust-94885bc699512cfee8560e73c2a01ee6b4b76563.tar.gz
rust-94885bc699512cfee8560e73c2a01ee6b4b76563.zip
Auto merge of #129854 - Kobzol:revert-127537, r=lqd
Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"

This reverts https://github.com/rust-lang/rust/pull/127537 (commit acb4e8b6251f1d8da36f08e7a70fa23fc581839e), reversing changes made to 100fde5246bf56f22fb5cc85374dd841296fce0e.

Opening to see if this can help resolve the recent perf. results [instability](https://rust-lang.zulipchat.com/#narrow/stream/247081-t-compiler.2Fperformance/topic/Weird.20perf.20results).
Diffstat (limited to 'src')
-rw-r--r--src/doc/unstable-book/src/language-features/struct-target-features.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/doc/unstable-book/src/language-features/struct-target-features.md b/src/doc/unstable-book/src/language-features/struct-target-features.md
deleted file mode 100644
index e814fe90072..00000000000
--- a/src/doc/unstable-book/src/language-features/struct-target-features.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# `struct_target_features`
-
-The tracking issue for this feature is: [#129107]
-
-[#129107]: https://github.com/rust-lang/rust/issues/129107
-
-------------------------