rust/src/test/ui/liveness
Amanieu d'Antras 44a3a66ee8 Stabilize asm! and global_asm!
They are also removed from the prelude as per the decision in
https://github.com/rust-lang/rust/issues/87228.

stdarch and compiler-builtins are updated to work with the new, stable
asm! and global_asm! macros.
2021-12-12 11:20:03 +00: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 Stabilize asm! and global_asm! 2021-12-12 11:20:03 +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 some tests 2021-02-28 23:21:18 +01:00
liveness-dead.rs Fix unused_assignments false positive 2019-01-03 23:25:41 +09:00
liveness-dead.stderr Bless some tests 2021-02-28 23:21:18 +01: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 Surround types with backticks in type errors 2019-11-18 11:03:04 -08: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 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.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 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.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 Fix a format_args span to be expansion 2021-10-29 17:13:15 -05:00
liveness-return-last-stmt-semi.rs Remove licenses 2018-12-25 21:08:33 -07:00
liveness-return-last-stmt-semi.stderr Bless tests 2021-10-15 02:36:58 -05:00
liveness-unused.rs Remove licenses 2018-12-25 21:08:33 -07:00
liveness-unused.stderr Bless some tests 2021-02-28 23:21:18 +01:00
liveness-upvars.rs Improve liveness analysis for generators 2021-08-24 13:31:11 +02:00
liveness-upvars.stderr Improve liveness analysis for generators 2021-08-24 13:31:11 +02: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 Fix a format_args span to be expansion 2021-10-29 17:13:15 -05: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 Fix a format_args span to be expansion 2021-10-29 17:13:15 -05:00