Dylan MacKenzie
d6139f76c0
Update tests
2020-06-28 10:08:10 -07:00
Lzu Tao
fff822fead
Migrate to numeric associated consts
2020-06-10 01:35:47 +00:00
Bastian Kauschke
08b9b97c53
add test for repr(128) enum derives
2020-05-19 10:55:12 +02:00
Bastian Kauschke
d6cb5405dd
add tests for enum discriminants
2020-05-19 10:55:12 +02:00
Bastian Kauschke
ff2940a9f4
update discriminant_value usage in tests
2020-05-19 10:55:12 +02:00
Eduard-Mihai Burtescu
926c7a298d
typeck: always expose explicit enum discriminant AnonConsts' parent in generics_of.
2020-05-02 19:51:44 +03:00
Matthias Prechtl
7b555178ae
--bless --compare-mode=nll
2020-02-09 20:43:49 +01:00
Dylan MacKenzie
5c377f37e4
Reorganize, bless and add tests for const control flow
...
This creates a new test directory, `ui/consts/control-flow` to hold
tests related to control flow in a const context. It also blesses all
existing tests with the new error messages, and adds new tests for the
`const_if_match` feature.
2019-11-21 16:55:13 -08:00
Oliver Scherer
34f7fcb862
Rebase fallout
2019-11-06 11:04:42 +01:00
Samy Kacimi
41e71b0c93
normalize use of backticks in compiler messages for libsyntax/feature_gate
...
https://github.com/rust-lang/rust/issues/60532
2019-07-09 14:13:28 +02:00
John Wrenn
ac98342e84
Implement arbitrary_enum_discriminant
2019-06-21 11:00:10 -04:00