rust/src/test/ui/nll
Niko Matsakis 3f490ca4bd convert region-liveness-drop{-,-no-}may-dangle.rs into ui tests
The "match exact bits of CFG" approach was fragile and uninformative.
2017-12-20 14:38:13 -05:00
..
closure-requirements use report_generic_bound_failure when we can in the compiler 2017-12-20 14:38:12 -05:00
ty-outlives when using feature(nll), don't warn about AST-based region errors 2017-12-20 14:38:13 -05:00
capture-ref-in-struct.rs when using feature(nll), don't warn about AST-based region errors 2017-12-20 14:38:13 -05:00
capture-ref-in-struct.stderr Add nll feature and make nll imply nll_dump_cause 2017-12-20 14:38:12 -05:00
constant.rs get the DefiningTy from the body_owner_kind not type 2017-12-20 14:04:51 -05:00
drop-may-dangle.rs convert region-liveness-drop{-,-no-}may-dangle.rs into ui tests 2017-12-20 14:38:13 -05:00
drop-may-dangle.stderr convert region-liveness-drop{-,-no-}may-dangle.rs into ui tests 2017-12-20 14:38:13 -05:00
drop-no-may-dangle.rs convert region-liveness-drop{-,-no-}may-dangle.rs into ui tests 2017-12-20 14:38:13 -05:00
drop-no-may-dangle.stderr convert region-liveness-drop{-,-no-}may-dangle.rs into ui tests 2017-12-20 14:38:13 -05:00
get_default.rs Add three point error handling to borrowck 2017-12-20 14:38:10 -05:00
get_default.stderr Add three point error handling to borrowck 2017-12-20 14:38:10 -05:00
maybe-initialized-drop-implicit-fragment-drop.rs Add three point error handling to borrowck 2017-12-20 14:38:10 -05:00
maybe-initialized-drop-implicit-fragment-drop.stderr only dump causes if we have nothing better 2017-12-20 14:38:11 -05:00
maybe-initialized-drop-uninitialized.rs Add must-compile-successfully comment to appropriate ui tests. 2017-12-10 21:14:57 +00:00
maybe-initialized-drop-uninitialized.stderr inform constraint generation using maybe-init 2017-12-04 08:51:11 -05:00
maybe-initialized-drop-with-fragment.rs Add three point error handling to borrowck 2017-12-20 14:38:10 -05:00
maybe-initialized-drop-with-fragment.stderr Add three point error handling to borrowck 2017-12-20 14:38:10 -05:00
maybe-initialized-drop-with-uninitialized-fragments.rs Add three point error handling to borrowck 2017-12-20 14:38:10 -05:00
maybe-initialized-drop-with-uninitialized-fragments.stderr Add three point error handling to borrowck 2017-12-20 14:38:10 -05:00
maybe-initialized-drop.rs Add three point error handling to borrowck 2017-12-20 14:38:10 -05:00
maybe-initialized-drop.stderr Add three point error handling to borrowck 2017-12-20 14:38:10 -05:00
projection-return.rs impose inputs/ouputs on MIR after the fact 2017-12-15 10:27:53 -05:00