Comment on test
ShyKana 3 years ago
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
vpzom 3 years ago
if this is the error you're seeing, I think it was resolved in Rust 1.45
ShyKana@lotide.exopla.net.eu.org 3 years ago
Thank you! I think ubuntu 20.04 has rust 1.43 in the official repository, and it worked like a charm when I updated to a newer version.
Probably this version requirement can be documented in the INSTALL.md ? Being more explicit really helps. Thanks again!
vpzom 3 years ago
Huh, I thought I put it in there but apparently not. Added now