Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to build since clippy fixes #4

Open
Scrumplex opened this issue Aug 21, 2022 · 0 comments
Open

Fails to build since clippy fixes #4

Scrumplex opened this issue Aug 21, 2022 · 0 comments

Comments

@Scrumplex
Copy link

Since commit 9f11a7e, compiling fails on rustc 1.65.0-nightly (29e4a9ee0 2022-08-10) for me.

See:

error: cannot find macro `error` in this scope
  --> layer_core/src/wrappers/swapchain.rs:71:25
   |
71 |                         error!(
   |                         ^^^^^
   |
   = note: consider importing this macro:
           log::error

error: could not compile `layer_core` due to previous error

the mentioned import was removed by the commit above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant