rust/src/test/ui/unsafe
bors 31f5d69ba4 Auto merge of #60125 - estebank:continue-evaluating, r=oli-obk
Don't stop evaluating due to errors before borrow checking

r? @oli-obk

Fix #60005. Follow up to #59903. Blocked on #53708, fixing the ICE in `src/test/ui/consts/match_ice.rs`.
2019-04-23 09:38:34 +00:00
..
ranged_ints.rs Trailing newlines again 2018-12-04 10:17:36 +01:00
ranged_ints.stderr Update tests 2019-03-11 23:10:26 +03:00
ranged_ints2.rs Also prevent mutation fields directly 2018-12-04 10:17:36 +01:00
ranged_ints2.stderr Update tests 2019-03-11 23:10:26 +03:00
ranged_ints2_const.rs const fn feature gate is not needed anymore in a lot of tests 2019-01-09 10:20:44 +01:00
ranged_ints2_const.stderr Never stop due to errors before borrow checking 2019-04-22 13:11:53 -07:00
ranged_ints3.rs Also prevent mutation fields directly 2018-12-04 10:17:36 +01:00
ranged_ints3.stderr Update tests 2019-03-11 23:10:26 +03:00
ranged_ints3_const.rs const fn feature gate is not needed anymore in a lot of tests 2019-01-09 10:20:44 +01:00
ranged_ints3_const.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
ranged_ints4.rs Also prevent mutation fields directly 2018-12-04 10:17:36 +01:00
ranged_ints4.stderr Update tests 2019-03-11 23:10:26 +03:00
ranged_ints4_const.rs const fn feature gate is not needed anymore in a lot of tests 2019-01-09 10:20:44 +01:00
ranged_ints4_const.stderr Add and update tests 2018-12-04 10:17:37 +01:00
ranged_ints_const.rs Add tests for stable unsafe features in const fn 2018-12-04 10:17:37 +01:00
ranged_ints_const.stderr Add tests for stable unsafe features in const fn 2018-12-04 10:17:37 +01:00
unsafe-around-compiler-generated-unsafe.rs Remove licenses 2018-12-25 21:08:33 -07:00
unsafe-around-compiler-generated-unsafe.stderr Update tests 2019-03-11 23:10:26 +03:00
unsafe-block-without-braces.rs Remove licenses 2018-12-25 21:08:33 -07:00
unsafe-block-without-braces.stderr Remove licenses 2018-12-25 21:08:33 -07:00
unsafe-const-fn.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
unsafe-const-fn.stderr Remove licenses 2018-12-25 21:08:33 -07:00
unsafe-fn-assign-deref-ptr.rs Remove licenses 2018-12-25 21:08:33 -07:00
unsafe-fn-assign-deref-ptr.stderr Update tests 2019-03-11 23:10:26 +03:00
unsafe-fn-autoderef.rs Remove licenses 2018-12-25 21:08:33 -07:00
unsafe-fn-autoderef.stderr Update tests 2019-03-11 23:10:26 +03:00
unsafe-fn-called-from-safe.rs Remove licenses 2018-12-25 21:08:33 -07:00
unsafe-fn-called-from-safe.stderr Update tests 2019-03-11 23:10:26 +03:00
unsafe-fn-deref-ptr.rs Remove licenses 2018-12-25 21:08:33 -07:00
unsafe-fn-deref-ptr.stderr Update tests 2019-03-11 23:10:26 +03:00
unsafe-fn-used-as-value.rs Remove licenses 2018-12-25 21:08:33 -07:00
unsafe-fn-used-as-value.stderr Update tests 2019-03-11 23:10:26 +03:00
unsafe-move-val-init.rs Remove licenses 2018-12-25 21:08:33 -07:00
unsafe-move-val-init.stderr Remove licenses 2018-12-25 21:08:33 -07:00
unsafe-subtyping.rs Remove licenses 2018-12-25 21:08:33 -07:00
unsafe-subtyping.stderr Update tests 2019-03-11 23:10:26 +03:00
unsafe-trait-impl.rs Remove licenses 2018-12-25 21:08:33 -07:00
unsafe-trait-impl.stderr Remove licenses 2018-12-25 21:08:33 -07:00