dtolnay/iota

Support pub(restricted) visibilities

開放

#4 建立於 2019年12月26日

 (0 則留言) (0 個反應) (0 位負責人)Rust (1 個分叉)github user discovery
help wanted

倉庫指標

星標
 (18 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

iota! {
    pub(crate) const A: u8 = 1 << iota;
        | B
        | C
}
error: no rules expected the token `(`
 --> src/main.rs:4:8
  |
4 |     pub(crate) const A: u8 = 1 << iota;
  |        ^ no rules expected this token in macro call

貢獻者指南