Add ui test of invalid expression syntax in display attribute

This commit is contained in:
David Tolnay 2024-11-09 22:05:33 -08:00
parent 8d06fb5549
commit 5b36e375c2
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -0,0 +1,7 @@
use thiserror::Error;
#[derive(Error, Debug)]
#[error("".yellow)]
pub struct ArgError;
fn main() {}