]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui-toml/toml_unknown_key/conf_unknown_key.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / clippy / tests / ui-toml / toml_unknown_key / conf_unknown_key.rs
diff --git a/src/tools/clippy/tests/ui-toml/toml_unknown_key/conf_unknown_key.rs b/src/tools/clippy/tests/ui-toml/toml_unknown_key/conf_unknown_key.rs
new file mode 100644 (file)
index 0000000..a47569f
--- /dev/null
@@ -0,0 +1,3 @@
+// error-pattern: error reading Clippy's configuration file: unknown key `foobar`
+
+fn main() {}