fix: some attempted adjustments

This commit is contained in:
rvcas
2023-07-15 14:08:07 -04:00
committed by Lucas
parent 252b760ca1
commit 2edfd33594
4 changed files with 77 additions and 21 deletions

View File

@@ -581,3 +581,14 @@ fn format_int_uint() {
"#
);
}
#[test]
fn fail_expr() {
assert_format!(
r#"
fn foo() {
fail some_var
}
"#
);
}