From 5598051d92377dcfc776620aad10eec854a40663 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 30 Aug 2022 17:13:23 +0200 Subject: extend grammar --- content/articles/2022-08-29-blog-test.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'content/articles') diff --git a/content/articles/2022-08-29-blog-test.md b/content/articles/2022-08-29-blog-test.md index 2b65444..cdbeab0 100644 --- a/content/articles/2022-08-29-blog-test.md +++ b/content/articles/2022-08-29-blog-test.md @@ -11,10 +11,15 @@ _italic_ **bold** `code` [Link](https://metamuffin.org/) Look at this code here. ```rs -fn main() { 1 + 1 } +struct Impossible { + something: HashMap, + itself: Impossible, +} + pub async fn useless(s: Box) -> impl Future { - todo!() + todo!() // this panics } +fn main() { 1 + "blub" } ``` As you can see, its pointless i.e. no points -- cgit v1.2.3-70-g09d2