nannou-org / guide

A guide for nannou, including "Getting Started", "Tutorials" and more.

Home Page:https://guide.nannou.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example draw getting started on macOS Catalina uses an undeclared or module

matthiasdebernardini opened this issue · comments

image

❯ rustc --version rustc 1.41.0 (5e1a79984 2020-01-27)

error[E0433]: failed to resolve: could not find __rt in quote

I think a module is missing or possibly misspelled?

I just ran into this myself, then tried cargo update and it seems to be fixed! It looks like a dependency must have published a buggy release by mistake and fixed it soon after. Let me know if cargo update fixes this for you and we can consider this closed :)

Brilliant!

It compiled no problems, runs nicely.