Skip to content

Instantly share code, notes, and snippets.

@bhickey
Created April 27, 2018 15:08
Show Gist options
  • Save bhickey/94850967586b80a71892b66f954eead5 to your computer and use it in GitHub Desktop.
Save bhickey/94850967586b80a71892b66f954eead5 to your computer and use it in GitHub Desktop.
error: expected ident, found #
--> /Users/brendan/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.1/src/lib.rs:423:29
|
423 | #[allow(deprecated)]
| ^
|
::: /Users/brendan/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.1/src/example_generated.rs
|
4 | / bitflags! {
5 | | /// This is the same `Flags` struct defined in the [crate level example](../index.html#example).
6 | | /// Note that this struct is just for documentation purposes only, it must not be used outside
7 | | /// this crate.
... |
13 | | }
14 | | }
| |_- in this macro invocation
error: Could not compile `bitflags`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment