| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
It's pedantic, but it made me go back and double-check when reading the custom toolchain example, so I think it's worth preventing this confusion.
|
Thanks! Nope, not pedantic at all -- it's confusing if the file names aren't consistent. re: visual bars: I'd be +1 on that. There's a lot of content in the example, so easy to get lost in what file something is for. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The code example comment uses toolchain_impls (extra s), while the target references
use toolchain_impl (no s). This made me go back and double-check when reading the
custom toolchain example (especially the definitions in L425ff).
Remove the extra "s" in the comment so it matches what the target references are.