You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
calling a function that requires unavailable target features: {$unavailable_feats}
376
376
377
-
const_eval_undefined_behavior =
378
-
it is undefined behavior to use this value
379
-
380
-
const_eval_undefined_behavior_note =
381
-
The rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior.
382
-
383
377
const_eval_uninhabited_enum_variant_read =
384
378
read discriminant of an uninhabited enum variant
385
379
const_eval_uninhabited_enum_variant_written =
@@ -434,6 +428,12 @@ const_eval_validation_expected_raw_ptr = expected a raw pointer
434
428
const_eval_validation_expected_ref = expected a reference
435
429
const_eval_validation_expected_str = expected a string
436
430
431
+
const_eval_validation_failure =
432
+
it is undefined behavior to use this value
433
+
434
+
const_eval_validation_failure_note =
435
+
The rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior.
436
+
437
437
const_eval_validation_front_matter_invalid_value = constructing invalid value
438
438
const_eval_validation_front_matter_invalid_value_with_path = constructing invalid value at {$path}
0 commit comments