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 a1882b2 commit 751dc63Copy full SHA for 751dc63
1 file changed
tests/test_expr.rs
@@ -50,6 +50,7 @@ pub enum RustupError {
50
},
51
}
52
53
+#[track_caller]
54
fn assert<T: Display>(expected: &str, value: T) {
55
assert_eq!(expected, value.to_string());
56
0 commit comments