This commit is contained in:
Niko Matsakis 2024-07-19 09:08:51 -04:00
parent 9a432cab31
commit 97b26e6a0c

View file

@ -36,7 +36,7 @@ fn input() {
field: "it's salsa time".to_string(),
};
let complex_struct = ComplexStruct::new(db, input, not_salsa);
// debug includes all fields
let actual = format!("{complex_struct:?}");
let expected = expect![[