rust/src/test/ui/nll
2017-12-24 14:56:52 +02:00
..
closure-requirements use report_generic_bound_failure when we can in the compiler 2017-12-20 14:38:12 -05:00
ty-outlives Add GenericParam, refactor Generics in ast, hir, rustdoc 2017-12-21 13:38:10 +01:00
borrow-use-issue-46875.rs Make killing of out-of-scope borrows a pre-statement effect 2017-12-24 14:56:52 +02: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