Files
rust/src/tools
Guillaume Gomez af315b0725 Rollup merge of #145783 - Erk-:et-cetera-span, r=compiler-errors
add span to struct pattern rest (..)

Struct pattern rest (`..`) did not retain span information compared to normal fields. This patch adds span information for it.

The motivation of this patch comes from when I implemented this PR for Clippy: https://github.com/rust-lang/rust-clippy/pull/15000#discussion_r2134145163

It is possible to get the span of the Et cetera in a bit roundabout way, but I thought this would be nicer.
2025-09-02 17:08:52 +02:00
..
2025-08-26 21:00:10 -04:00
2025-08-31 18:17:50 +02:00
2025-08-09 15:47:01 +08:00
2025-06-29 12:29:28 +03:00
2025-08-18 11:28:41 +00:00
2025-07-29 16:18:52 +02:00
2025-07-14 08:30:27 +00:00
2025-07-11 05:38:05 +00:00