Skip to content

Commit 53f88f9

Browse files
authored
Rollup merge of #140865 - Kivooeo:9th, r=Noratrieb
Make t letter looks like lowercase rather than uppercase randomly noticed that, took opportunity to fix :D it was looks like "RusT" now fixed to "Rust" r? `@jieyouxu` before <img src="https://github.com/user-attachments/assets/1ff19891-2e7b-4633-897d-2b2635aff9c6" width="65%" /> now <img src="https://github.com/user-attachments/assets/d577a2af-6755-411b-8050-2556f0f12e75" width="65%" />
2 parents 15df333 + 4314d19 commit 53f88f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/ui/weird-exprs.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ fn special_characters() {
127127
}
128128

129129
fn punch_card() -> impl std::fmt::Debug {
130-
..=..=.. .. .. .. .. .. .. .. .. .. .. ..=.. ..
131-
..=.. ..=.. .. .. .. .. .. .. .. .. ..=..=..=..
132-
..=.. ..=.. ..=.. ..=.. .. ..=..=.. .. ..=.. ..
130+
..=..=.. .. .. .. .. .. .. .. .. .. .. .. .. ..
131+
..=.. ..=.. .. .. .. .. .. .. .. .. .. ..=.. ..
132+
..=.. ..=.. ..=.. ..=.. .. ..=..=.. ..=..=..=..
133133
..=..=.. .. ..=.. ..=.. ..=.. .. .. .. ..=.. ..
134134
..=.. ..=.. ..=.. ..=.. .. ..=.. .. .. ..=.. ..
135135
..=.. ..=.. ..=.. ..=.. .. .. ..=.. .. ..=.. ..
136-
..=.. ..=.. .. ..=..=.. ..=..=.. .. .. ..=.. ..
136+
..=.. ..=.. .. ..=..=.. ..=..=.. .. .. ..=..=..
137137
}
138138

139139
fn r#match() {

0 commit comments

Comments
 (0)