chore: weird thing from rebase

This commit is contained in:
rvcas 2024-03-13 20:21:33 -04:00
parent e71470747f
commit 191a3e9134
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 4 additions and 3 deletions

View File

@ -1794,6 +1794,7 @@ fn backpassing_type_annotation() {
assert!(check(parse(source_code)).is_ok()) assert!(check(parse(source_code)).is_ok())
} }
#[test]
fn forbid_expect_into_opaque_type_from_data() { fn forbid_expect_into_opaque_type_from_data() {
let source_code = r#" let source_code = r#"
opaque type Thing { inner: Int } opaque type Thing { inner: Int }