rust/src/test/ui/liveness
2022-11-23 12:17:48 -08:00
..
liveness-assign Compiler error messages: reduce assertiveness of message E0384 2021-04-12 23:29:09 +01:00
liveness-asm.rs Stabilize asm! and global_asm! 2021-12-12 11:20:03 +00:00
liveness-asm.stderr bless ui tests 2022-10-01 10:03:06 +00:00
liveness-assign-imm-local-after-ret.rs Move some tests to more reasonable directories 2021-11-18 12:09:34 -03:00
liveness-closure-require-ret.rs Remove licenses 2018-12-25 21:08:33 -07:00
liveness-closure-require-ret.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
liveness-consts.rs Liveness analysis for everybody 2020-09-29 23:45:31 +02:00
liveness-consts.stderr bless ui tests 2022-10-01 10:03:06 +00:00
liveness-dead.rs Fix unused_assignments false positive 2019-01-03 23:25:41 +09:00
liveness-dead.stderr bless ui tests 2022-10-01 10:03:06 +00:00
liveness-derive.rs Liveness analysis for everybody 2020-09-29 23:45:31 +02:00
liveness-derive.stderr Liveness analysis for everybody 2020-09-29 23:45:31 +02:00
liveness-forgot-ret.rs Remove licenses 2018-12-25 21:08:33 -07:00
liveness-forgot-ret.stderr Suggest returning binding from block or enclosing scope on coerce_forced_unit error 2022-07-20 03:58:33 +00:00
liveness-issue-2163.rs Remove licenses 2018-12-25 21:08:33 -07:00
liveness-issue-2163.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
liveness-missing-ret2.rs Remove licenses 2018-12-25 21:08:33 -07:00
liveness-missing-ret2.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
liveness-move-call-arg.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
liveness-move-call-arg.stderr review comments: inline bindings and fix typo 2022-11-23 12:17:48 -08:00
liveness-move-in-loop.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
liveness-move-in-loop.stderr Suggest .clone() or ref binding on E0382 2022-11-23 12:17:47 -08:00
liveness-move-in-while.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
liveness-move-in-while.stderr Suggest .clone() or ref binding on E0382 2022-11-23 12:17:47 -08:00
liveness-return-last-stmt-semi.rs slightly improve no return for returning function error 2022-10-04 19:13:40 +08:00
liveness-return-last-stmt-semi.stderr slightly improve no return for returning function error 2022-10-04 19:13:40 +08:00
liveness-unused.rs Remove licenses 2018-12-25 21:08:33 -07:00
liveness-unused.stderr bless ui tests 2022-10-01 10:03:06 +00:00
liveness-upvars.rs Improve liveness analysis for generators 2021-08-24 13:31:11 +02:00
liveness-upvars.stderr bless ui tests 2022-10-01 10:03:06 +00:00
liveness-use-after-move.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
liveness-use-after-move.stderr Suggest .clone() or ref binding on E0382 2022-11-23 12:17:47 -08:00
liveness-use-after-send.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
liveness-use-after-send.stderr review comments: inline bindings and fix typo 2022-11-23 12:17:48 -08:00