Skip to content

Instantly share code, notes, and snippets.

@bhickey
Created April 27, 2018 14:14
Show Gist options
  • Select an option

  • Save bhickey/ff1e9525f270e7723766c3a9df08e034 to your computer and use it in GitHub Desktop.

Select an option

Save bhickey/ff1e9525f270e7723766c3a9df08e034 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