Switch alts to use arrows
This commit is contained in:
parent
c9d2769379
commit
025d86624d
329 changed files with 8095 additions and 8423 deletions
|
@ -2,4 +2,4 @@
|
|||
|
||||
enum t { foo(@int), }
|
||||
|
||||
fn main() { let tt = foo(@10); alt tt { foo(z) { } } }
|
||||
fn main() { let tt = foo(@10); alt tt { foo(z) => { } } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue