rust/tests/ui/conditional-compilation/cfg-arg-invalid-1.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
160 B
Plaintext
Raw Normal View History

error: invalid `--cfg` argument: `a(b=c)` (expected `key` or `key="value"`, ensure escaping is appropriate for your shell, try 'key="value"' or key=\"value\")
2019-04-07 10:43:40 +00:00