Use ui test syntax that does not interfere with rustfmt

This commit is contained in:
David Tolnay 2024-11-10 23:51:22 -08:00
parent 15fd26e476
commit ad2f20b9f7
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 4 additions and 4 deletions

View file

@ -5,5 +5,5 @@ use thiserror::Error;
pub struct Error;
fn main() {
@//fail
__FAIL__;
}