]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/path-lookahead.rs
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / path-lookahead.rs
index c43f2229cdc334d189346830af9623382aa087ac..367a2560155588aa7ab644e28cd91e445a997b3b 100644 (file)
@@ -10,6 +10,8 @@
 
 // run-pass
 
+#![warn(unused)]
+
 // Parser test for #37765
 
 fn with_parens<T: ToString>(arg: T) -> String { //~WARN function is never used: `with_parens`