viewpoint-test-macros 0.2.13

Procedural macros for Viewpoint test framework
Documentation
1
2
3
4
5
6
7
error: unknown scope: "invalid". Expected "browser" or "context"
 --> tests/ui/invalid_scope_value.rs:6:1
  |
6 | #[test(scope = "invalid")]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `test` (in Nightly builds, run with -Z macro-backtrace for more info)