Fehlerbehebung

This commit is contained in:
Michael Lohr 2021-09-11 18:24:27 +02:00
parent a408629030
commit 827763a02b
No known key found for this signature in database
GPG key ID: B137D6DEABB425CF
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ rost::rost! {
}
asynchron funktion beispiel2() {
beispiel().erwarte;
beispiel().abwarten;
}
funktion einstieg() {

View file

@ -18,7 +18,7 @@ fn replace_ident(ident: Ident) -> Option<TokenTree> {
"ausgabe" => "println",
"abbruch" => "break",
"asynchron" => "async",
"erwarte" => "await",
"abwarten" => "await",
"schleife" => "loop",
"schiebe" => "move",
"kiste" => "crate",