diff options
| author | bors <bors@rust-lang.org> | 2025-05-04 09:38:17 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-05-04 09:38:17 +0000 |
| commit | 62c5f58f57670ce65e7fec34f8c4ba00c27da2d9 (patch) | |
| tree | 4952dc3f770d1eb2b5976f143909f24c4157b75d /tests/ui/numeric/numeric-suffix/numeric-suffix-i64.fixed | |
| parent | 622ac043764d5d4ffff8de8cf86a1cc938a8a71b (diff) | |
| parent | 879b12e2ce3dc14ca2bc40ac1311e8f2bac19048 (diff) | |
| download | rust-62c5f58f57670ce65e7fec34f8c4ba00c27da2d9.tar.gz rust-62c5f58f57670ce65e7fec34f8c4ba00c27da2d9.zip | |
Auto merge of #140616 - petrochenkov:noannempty, r=jieyouxu
compiletest: Do not require annotations on empty labels and suggestions Unlike other empty diagnostics, empty labels (only underlining spans) and empty suggestions (suggestions to remove something) are quite usual and do not require any special attention and annotations. This effectively reverts a part of https://github.com/rust-lang/rust/pull/139485. r? `@jieyouxu`
Diffstat (limited to 'tests/ui/numeric/numeric-suffix/numeric-suffix-i64.fixed')
| -rw-r--r-- | tests/ui/numeric/numeric-suffix/numeric-suffix-i64.fixed | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/ui/numeric/numeric-suffix/numeric-suffix-i64.fixed b/tests/ui/numeric/numeric-suffix/numeric-suffix-i64.fixed index 0fcda6c1f80..6d1c585a563 100644 --- a/tests/ui/numeric/numeric-suffix/numeric-suffix-i64.fixed +++ b/tests/ui/numeric/numeric-suffix/numeric-suffix-i64.fixed @@ -12,17 +12,6 @@ fn foo<N>(_x: N) {} //~| NOTE function defined here //~| NOTE function defined here //~| NOTE function defined here -//~| NOTE -//~| NOTE -//~| NOTE -//~| NOTE -//~| NOTE -//~| NOTE -//~| NOTE -//~| NOTE -//~| NOTE -//~| NOTE -//~| NOTE fn main() { foo::<i64>(42_i64); |
