nandi/rustnimpublic Fork 0
af6e50f646055dc5b291c9e602bc9ee01874f9d6
Commits
Clone
git clone https://git.rickub.com/nandi/rustnim.git
git clone ssh://git@rickub.com/nandi/rustnim.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Lower `bitflags!` directly, checked against the real crate af6e50f · on af6e50f646055dc5b291c9e602bc9ee01874f9d6 · nandithebull · 4h ago
Cargo.toml · 13 lines · 416 BTOML Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
[package]
name = "rustnim"
version = "0.1.0"
edition = "2024"

[dependencies]
syn = { version = "3.0.5", features = ["full", "extra-traits", "visit"] }

# Used only by the test corpus: a case carrying `//@ extern: bitflags` is
# compiled by the oracle against the real crate, so the `bitflags!` lowering is
# checked against it rather than against our reading of its documentation.
[dev-dependencies]
bitflags = "2"