We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2fdf4d + 44ff71c commit e28b6d1Copy full SHA for e28b6d1
tests/display/const_.rs
@@ -19,7 +19,6 @@ fn test_const_generics() {
19
}
20
21
#[test]
22
-#[ignore]
23
fn test_basic_const_values_in_impls() {
24
// Test we render const values correctly in impls.
25
reparse_test!(
@@ -34,7 +33,6 @@ fn test_basic_const_values_in_impls() {
34
33
35
36
37
38
fn test_basic_const_values_in_opaque_ty_values() {
39
// Test we render const values correctly in opaque type values.
40
@@ -46,7 +44,6 @@ fn test_basic_const_values_in_opaque_ty_values() {
46
44
47
45
48
49
50
fn test_basic_const_values_in_assoc_ty_values() {
51
// Test we render const values correctly in associated type values.
52
0 commit comments