summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/content/blog/2020/11/12/database-parsers-trees.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/blog/2020/11/12/database-parsers-trees.adoc b/src/content/blog/2020/11/12/database-parsers-trees.adoc
index c96f3e2..47595e8 100644
--- a/src/content/blog/2020/11/12/database-parsers-trees.adoc
+++ b/src/content/blog/2020/11/12/database-parsers-trees.adoc
@@ -186,10 +186,10 @@ code{empty}footnote:rust-syn[
warning: procedural macros are not first class in Rust. They are just like
Babel plugins in JavaScript land, with the extra shortcoming that there is no
specification for the Rust syntax, unlike JavaScript.
-FIXME
+pass:[</p><p>]
As flawed as this may be, it seems to be generally acceptable and adopted,
which works against building a solid ecosystem for Rust.
-FIXME
+pass:[</p><p>]
The alternative that rust-ffi implements relies on internals of the Rust
compiler, which isn't actually worst, just less common and less accepted.
], and adapt it to emit the metadata.