Remove proto_sugar and 'lambda' as keyword, commit to fn@.
This commit is contained in:
parent
f6ecbe88ca
commit
8387896dda
30 changed files with 72 additions and 79 deletions
|
|
@ -8,7 +8,7 @@ fn main() {
|
|||
macerate(*tasties);
|
||||
} (carrots, { |food|
|
||||
let mush = food + cheese;
|
||||
lambda() {
|
||||
let _ = fn@() {
|
||||
let chew = mush + cheese;
|
||||
fail "so yummy"
|
||||
} ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue