Fix highlighting test

This commit is contained in:
Aleksey Kladov 2020-02-28 14:47:33 +01:00
parent 701cf43606
commit 9464ca97c9
5 changed files with 55 additions and 49 deletions

View file

@ -26,7 +26,7 @@ macro_rules! def_fn {
($($tt:tt)*) => {$($tt)*}
}
def_fn!{
def_fn! {
fn bar() -> u32 {
100
}