8e80f8aa3a
The syntax changed from `expr: ty` -> `builtin # type_ascribe(expr, ty)` For now, rustfmt will just emit the contents of the span.
4 lines
52 B
Rust
4 lines
52 B
Rust
fn main() {
|
|
builtin # type_ascribe(10, usize)
|
|
}
|