no member named 'assigment' in 'struct Syntax'; did you mean 'assignment'? -- I love compilers that do fuzzy-matching for suggestions.
Related Posts
TIL Rust has an ambiguity `if Foo {}` -- is `Foo` a value of type bool, or a struct?
Rust solves this by defining a grammar production 'any expression except struct literals' and using it in this position. https://rust-lang.github.io/rfcs/0092-struct-grammar.html
One cute feature of markdown I'd not noticed before: there's no syntax for images *without* a description (i.e. alt text).

https://spec.commonmark.org/0.31.2/#images
Co-Authored-By: An old Stack Overflow answer, blindly accepting the compiler's suggestions, and a linter.