]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/conditional-compilation/cfg-arg-invalid-4.rs
Rollup merge of #91950 - estebank:point-at-type-of-non-allocator, r=matthewjasper
[rust.git] / src / test / ui / conditional-compilation / cfg-arg-invalid-4.rs
index d8b3c0284cca64b25e1c8a83058e4a933057839c..e7dfa17b4b6c414a9cd3132cad8e1f2013a5c204 100644 (file)
@@ -1,3 +1,3 @@
 // compile-flags: --cfg a(b)
-// error-pattern: invalid `--cfg` argument: `a(b)` (expected `key` or `key="value"`, ensure escaping is appropriate for your shell, try 'key="value"' or key=\"value\")
+// error-pattern: invalid `--cfg` argument: `a(b)` (expected `key` or `key="value"`)
 fn main() {}