Created
April 27, 2018 14:14
-
-
Save bhickey/ff1e9525f270e7723766c3a9df08e034 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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