diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2024-12-11 21:48:33 +0000 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2024-12-12 23:36:27 +0000 |
| commit | 49a22a4245bd6dfd3646a6658e0f90a2ab0657ad (patch) | |
| tree | 1036e015884bebbf0a5c139fe7adedb9f83de7e1 /tests/ui/drop | |
| parent | 65a54a7f277b30ebeeacb5b303804fa8ffb5c922 (diff) | |
| download | rust-49a22a4245bd6dfd3646a6658e0f90a2ab0657ad.tar.gz rust-49a22a4245bd6dfd3646a6658e0f90a2ab0657ad.zip | |
Filter empty lines, comments and delimiters from previous to last multiline span rendering
Diffstat (limited to 'tests/ui/drop')
| -rw-r--r-- | tests/ui/drop/lint-tail-expr-drop-order.stderr | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/ui/drop/lint-tail-expr-drop-order.stderr b/tests/ui/drop/lint-tail-expr-drop-order.stderr index 62d169a4150..a3084f660e4 100644 --- a/tests/ui/drop/lint-tail-expr-drop-order.stderr +++ b/tests/ui/drop/lint-tail-expr-drop-order.stderr @@ -23,7 +23,6 @@ note: `#1` invokes this custom destructor | LL | / impl Drop for LoudDropper { ... | -LL | | } LL | | } | |_^ note: `x` invokes this custom destructor @@ -31,7 +30,6 @@ note: `x` invokes this custom destructor | LL | / impl Drop for LoudDropper { ... | -LL | | } LL | | } | |_^ = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages @@ -66,7 +64,6 @@ note: `#1` invokes this custom destructor | LL | / impl Drop for LoudDropper { ... | -LL | | } LL | | } | |_^ note: `x` invokes this custom destructor @@ -74,7 +71,6 @@ note: `x` invokes this custom destructor | LL | / impl Drop for LoudDropper { ... | -LL | | } LL | | } | |_^ = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages @@ -104,7 +100,6 @@ note: `#1` invokes this custom destructor | LL | / impl Drop for LoudDropper { ... | -LL | | } LL | | } | |_^ note: `x` invokes this custom destructor @@ -112,7 +107,6 @@ note: `x` invokes this custom destructor | LL | / impl Drop for LoudDropper { ... | -LL | | } LL | | } | |_^ = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages @@ -142,7 +136,6 @@ note: `#1` invokes this custom destructor | LL | / impl Drop for LoudDropper { ... | -LL | | } LL | | } | |_^ note: `future` invokes this custom destructor @@ -150,7 +143,6 @@ note: `future` invokes this custom destructor | LL | / impl Drop for LoudDropper { ... | -LL | | } LL | | } | |_^ = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages @@ -202,7 +194,6 @@ note: `#1` invokes this custom destructor | LL | / impl Drop for LoudDropper { ... | -LL | | } LL | | } | |_^ note: `x` invokes this custom destructor @@ -210,7 +201,6 @@ note: `x` invokes this custom destructor | LL | / impl Drop for LoudDropper { ... | -LL | | } LL | | } | |_^ = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages @@ -282,7 +272,6 @@ note: `#1` invokes this custom destructor | LL | / impl Drop for LoudDropper { ... | -LL | | } LL | | } | |_^ note: `_x` invokes this custom destructor @@ -290,7 +279,6 @@ note: `_x` invokes this custom destructor | LL | / impl Drop for LoudDropper { ... | -LL | | } LL | | } | |_^ = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages |
