markdown in comments?
error[E0658]: procedural macros cannot be expanded to statements
--> src/components/timeago.rs:67:5
|
67 | / render::rsx! {
68 | | <span title={since_str}>{text}</span>
69 | | }
| |_____^
|
= note: see issue #54727 <https://github.com/rust-lang/rust/issues/54727> for more information