Skip to content

Commit 05c44cc

Browse files
committed
fix: Note Bazel's import macro
1 parent cdae2a7 commit 05c44cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

text/3503-frontmatter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,8 @@ Downsides
465465
- A lot of tools/IDEs have problems in dealing with macros
466466
- Free-form rust code makes it harder for cargo to make edits to the manifest
467467

468+
Bazel has an [import proc-macro](https://github.com/bazelbuild/rules_rust/pull/1142) but its more for simplifying the writing of `extern crate`.
469+
468470
### Alternative 7: Presentation Streams
469471

470472
```rust

0 commit comments

Comments
 (0)