This is my awesome test page! Here, you can find all manner of broken bits and pieces that you should ignore.

Moo.

rust code:

1
2
3
4
5
6
 fn foo() -> Result<()> -> {
   println!("Hello, world");

   Ok(())
 }