rust/src/test/ui/loops
Esteban Kuber 98752776b8 Tweak move error
Point at method definition that causes type to be consumed.

Fix #94056.
2022-03-03 21:21:57 +00:00
..
for-each-loop-panic.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-82916.rs Don't show note if span is DUMMY_SP 2021-03-12 06:18:33 +05:30
issue-82916.stderr Tweak move error 2022-03-03 21:21:57 +00:00
loop-break-unsize.rs Break out of the correct number of scopes in loops 2019-07-04 21:53:46 +01:00
loop-break-value-no-repeat.rs Remove licenses 2018-12-25 21:08:33 -07:00
loop-break-value-no-repeat.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
loop-break-value.rs Tweak error for invalid break expr 2021-01-21 21:41:46 -08:00
loop-break-value.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
loop-labeled-break-value.rs Remove licenses 2018-12-25 21:08:33 -07:00
loop-labeled-break-value.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
loop-no-implicit-break.rs One more test case. 2021-04-24 22:20:08 +02:00
loop-no-implicit-break.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
loop-proper-liveness.rs Fixed grammar/style in error messages and reblessed tests. 2019-09-06 03:46:08 +01:00
loop-proper-liveness.stderr Fix a format_args span to be expansion 2021-10-29 17:13:15 -05:00
loop-properly-diverging-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
loop-properly-diverging-2.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
loops-reject-duplicate-labels-2.rs Check for shadowing issues involving block labels 2021-09-15 15:42:15 +02:00
loops-reject-duplicate-labels-2.stderr Check for shadowing issues involving block labels 2021-09-15 15:42:15 +02:00
loops-reject-duplicate-labels.rs Check for shadowing issues involving block labels 2021-09-15 15:42:15 +02:00
loops-reject-duplicate-labels.stderr Check for shadowing issues involving block labels 2021-09-15 15:42:15 +02:00
loops-reject-labels-shadowing-lifetimes.rs Moving more build-pass tests to check-pass 2020-04-23 20:21:38 -07:00
loops-reject-labels-shadowing-lifetimes.stderr Tweak diagnostics on shadowing lifetimes/labels 2020-12-02 11:39:42 +09:00
loops-reject-lifetime-shadowing-label.rs Check for shadowing issues involving block labels 2021-09-15 15:42:15 +02:00
loops-reject-lifetime-shadowing-label.stderr Check for shadowing issues involving block labels 2021-09-15 15:42:15 +02:00