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.
1 parent 5b4ca06 commit e1639abCopy full SHA for e1639ab
tests/coherence.rs
@@ -37,6 +37,7 @@ fn test_u32_u32_impls() {
37
}
38
39
#[test]
40
+#[allow(non_snake_case)]
41
fn test_u32_T_impls() {
42
expect_test::expect![[r#"
43
Err(
@@ -55,6 +56,7 @@ fn test_u32_T_impls() {
55
56
57
58
59
60
fn test_u32_T_where_T_Not_impls() {
61
62
Ok(
@@ -75,6 +77,7 @@ fn test_u32_T_where_T_Not_impls() {
75
77
76
78
79
80
81
fn test_u32_T_where_T_Is_impls() {
82
83
0 commit comments