2
私は、コードは次のエラーで失敗したのMacOSシエラ10.12.6におけるビットフラグv1.0.1デベロッパーとのラストで、プロジェクト構築しようとした際:bitflags 1.0をコンパイルすると、 "expected ident、found#"エラーが発生するのはなぜですか?
Compiling bitflags v1.0.1
error: expected ident, found #
--> /Users/kenneth.marete/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.1/src/lib.rs:423:29
|
423 | #[allow(deprecated)]
| ^
|
::: /Users/kenneth.marete/.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
を、私はそれが正常にビルドすると予想。
あなたが提供したテンプレートの一部は次のように書いています:*問題を示すコードの部分を貼り付けます*、あなたはそのステップを忘れてしまったようです。それがないと情報を提供することはできません。 – Shepmaster
あなたはどのバージョンのRustを使用していますか? – Shepmaster
コードはどのように見えますか? – csmckelvey