diff options
| author | Kivooeo <Kivooeo123@gmail.com> | 2025-05-09 22:21:35 +0500 |
|---|---|---|
| committer | Kivooeo <Kivooeo123@gmail.com> | 2025-05-09 22:21:35 +0500 |
| commit | 4314d19e31235467b94e360bdf3951cef74e66e1 (patch) | |
| tree | e882a9dc5672b843b9406d2e2e7ec1e9757f7d17 /tests | |
| parent | 19738720130a82959acd4fc45259166262f3ffbe (diff) | |
| download | rust-4314d19e31235467b94e360bdf3951cef74e66e1.tar.gz rust-4314d19e31235467b94e360bdf3951cef74e66e1.zip | |
make t looks like lowercase
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui/weird-exprs.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ui/weird-exprs.rs b/tests/ui/weird-exprs.rs index 55a8d580a8b..b24e754a4ec 100644 --- a/tests/ui/weird-exprs.rs +++ b/tests/ui/weird-exprs.rs @@ -127,13 +127,13 @@ fn special_characters() { } fn punch_card() -> impl std::fmt::Debug { - ..=..=.. .. .. .. .. .. .. .. .. .. .. ..=.. .. - ..=.. ..=.. .. .. .. .. .. .. .. .. ..=..=..=.. - ..=.. ..=.. ..=.. ..=.. .. ..=..=.. .. ..=.. .. + ..=..=.. .. .. .. .. .. .. .. .. .. .. .. .. .. + ..=.. ..=.. .. .. .. .. .. .. .. .. .. ..=.. .. + ..=.. ..=.. ..=.. ..=.. .. ..=..=.. ..=..=..=.. ..=..=.. .. ..=.. ..=.. ..=.. .. .. .. ..=.. .. ..=.. ..=.. ..=.. ..=.. .. ..=.. .. .. ..=.. .. ..=.. ..=.. ..=.. ..=.. .. .. ..=.. .. ..=.. .. - ..=.. ..=.. .. ..=..=.. ..=..=.. .. .. ..=.. .. + ..=.. ..=.. .. ..=..=.. ..=..=.. .. .. ..=..=.. } fn r#match() { |
