Code: ```rust fn main() { format_args!("{type}", type=1); } ``` r-a shows multiple errors, including syntax errors. rustc accepts this code.