rust/src/test/ui/consts/const-eval
2019-04-22 16:57:01 +01:00
..
auxiliary
assign-to-static-within-other-static-2.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
assign-to-static-within-other-static-2.stderr Update tests 2019-03-11 23:10:26 +03:00
assign-to-static-within-other-static.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
assign-to-static-within-other-static.stderr Update tests 2019-03-11 23:10:26 +03:00
conditional_array_execution.rs
conditional_array_execution.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const_let.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
const_let.stderr Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
const_panic_libcore_main.rs
const_panic_libcore_main.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const_panic_libcore.rs
const_panic_libcore.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const_panic.rs
const_panic.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const_prop_errors.rs
const_raw_ptr_ops.rs Declare some unconst operations as unsafe in const fn 2019-01-21 16:01:57 +01:00
const_raw_ptr_ops.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const_signed_pat.rs
const_transmute.rs
const-eval-overflow2.rs Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const-eval-overflow2.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const-eval-overflow2b.rs Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const-eval-overflow2b.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const-eval-overflow2c.rs Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const-eval-overflow2c.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const-eval-overflow-2.rs
const-eval-overflow-2.stderr
const-eval-overflow-3.rs Switch from error patterns to //~ ERROR markers. 2019-02-22 16:07:15 +01:00
const-eval-overflow-3.stderr
const-eval-overflow-3b.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
const-eval-overflow-3b.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
const-eval-overflow-4.rs
const-eval-overflow-4.stderr
const-eval-overflow-4b.rs
const-eval-overflow-4b.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
const-eval-span.rs
const-eval-span.stderr
const-pointer-values-in-various-types.rs
const-pointer-values-in-various-types.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
dont_promote_unstable_const_fn_cross_crate.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
dont_promote_unstable_const_fn_cross_crate.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
dont_promote_unstable_const_fn.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
dont_promote_unstable_const_fn.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
double_check2.rs
double_check2.stderr Update tests 2019-03-11 23:10:26 +03:00
double_check.rs
double_promotion.rs
duration_conversion.rs
enum_discr.rs
extern_fat_pointer.rs
feature-gate-const_fn_union.rs
feature-gate-const_fn_union.stderr Reword tracking issue note 2019-04-11 11:42:06 -07:00
feature-gate-const_panic.rs
feature-gate-const_panic.stderr Reword tracking issue note 2019-04-11 11:42:06 -07:00
ice-generic-assoc-const.rs
ice-packed.rs
index_out_of_bounds_propagated.rs
index_out_of_bounds_propagated.stderr Update tests 2019-03-11 23:10:26 +03:00
index_out_of_bounds.rs
index_out_of_bounds.stderr
infinite_loop.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
infinite_loop.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
issue-43197.rs
issue-43197.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
issue-44578.rs
issue-44578.stderr
issue-47971.rs
issue-49296.rs
issue-49296.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
issue-50706.rs
issue-50814-2.rs
issue-50814-2.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
issue-50814.rs
issue-50814.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
issue-51300.rs
issue-52442.rs
issue-52442.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
issue-52475.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
issue-52475.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
issue-53157.rs
issue-53401.rs
issue-55541.rs
match-test-ptr-null.rs Reword tracking issue note 2019-04-11 11:42:06 -07:00
match-test-ptr-null.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
mod-static-with-const-fn.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
mod-static-with-const-fn.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
no_lint_for_statically_known_error.rs
promote_mutable_zst_mir_borrowck.rs
promoted_const_fn_fail_deny_const_err.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
promoted_const_fn_fail_deny_const_err.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
promoted_const_fn_fail.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
promoted_const_fn_fail.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
promoted_errors.rs
promoted_errors.stderr Deduplicate const eval error spans for better output 2019-03-23 13:05:30 -07:00
promoted_raw_ptr_ops.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
promoted_raw_ptr_ops.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
pub_const_err_bin.rs
pub_const_err_bin.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
pub_const_err.rs
pub_const_err.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
ref_to_int_match.rs
ref_to_int_match.stderr Update tests 2019-03-11 23:10:26 +03:00
shift_overflow.rs
shift_overflow.stderr Update tests 2019-03-11 23:10:26 +03:00
simple_with_undef.rs
strlen.rs
transmute-const-promotion.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
transmute-const-promotion.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
transmute-const.rs
transmute-const.stderr
ub-enum.rs
ub-enum.stderr
ub-nonnull.rs fix validation range printing when encountering undef 2019-01-21 19:08:47 +01:00
ub-nonnull.stderr fix validation range printing when encountering undef 2019-01-21 19:08:47 +01:00
ub-ref.rs tidy line length override #58617 2019-02-22 17:07:13 -05:00
ub-ref.stderr #58658 bless after line split for tidy 2019-02-22 19:23:03 -05:00
ub-uninhabit.rs
ub-uninhabit.stderr
ub-upvars.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
ub-upvars.stderr Update tests 2019-03-11 23:10:26 +03:00
union_promotion.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
union_promotion.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
union-const-eval-field.rs
union-const-eval-field.stderr
union-ice.rs
union-ice.stderr Update tests 2019-03-11 23:10:26 +03:00
union-ub-fat-ptr.rs
union-ub-fat-ptr.stderr
union-ub.rs
union-ub.stderr
unused-broken-const.rs
unused-broken-const.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
valid-const.rs
zst_operand_eval.rs