This commit is contained in:
Edgar 2024-05-07 09:11:44 +02:00
parent 7657a05ebd
commit f007b3e400
No known key found for this signature in database
GPG key ID: 70ADAE8F35904387

View file

@ -5,7 +5,7 @@ struct Hello {
}
pub fn main() -> i64 {
let x: Hello = Hello {
let mut x: Hello = Hello {
a: 2,
b: 3,
};