Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
proc-macro-error 1.0.1 - Docs.rs
[go: Go Back, main page]

proc-macro-error 1.0.1

Almost drop-in replacement to panics in proc-macros
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
script:
  - cargo test --all
matrix:
  include:
    - rust: 1.31.0
      script: cargo test --tests # skip doctests
  allow_failures:
    - rust: nightly
  fast_finish: true


notifications:
  email:
    on_success: never