rust/src/test/ui/try-block
Esteban Küber 5e9c8d7369 When using value after move, point at span of local
When trying to use a value after move, instead of using a note, point
at the local declaration that has a type that doesn't implement `Copy`
trait.
2019-01-24 10:36:50 -08:00
..
try-block-bad-lifetime.rs
try-block-bad-lifetime.stderr When using value after move, point at span of local 2019-01-24 10:36:50 -08:00
try-block-bad-type.rs
try-block-bad-type.stderr
try-block-in-edition2015.rs
try-block-in-edition2015.stderr
try-block-in-match.rs
try-block-in-match.stderr
try-block-in-while.rs
try-block-in-while.stderr
try-block-maybe-bad-lifetime.rs
try-block-maybe-bad-lifetime.stderr When using value after move, point at span of local 2019-01-24 10:36:50 -08:00
try-block-opt-init.rs
try-block-opt-init.stderr
try-block-type-error.rs
try-block-type-error.stderr