Skip to content

Allow custom from_word and from_none behaviors in derived FromMeta impls #273

Allow custom from_word and from_none behaviors in derived FromMeta impls

Allow custom from_word and from_none behaviors in derived FromMeta impls #273

Workflow file for this run

name: Compile Test
on: [push, pull_request]
jobs:
compiletest:
runs-on: ubuntu-latest
env:
RUST_BACKTRACE: 1
RUSTFLAGS: "--cfg compiletests"
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
- name: main crate
run: |
cargo build --verbose
cargo test --no-fail-fast --verbose --test compiletests -- --nocapture