1
Fork 0

Add check-pass tests and fix test behavior

This commit is contained in:
Kyle Lin 2023-07-01 01:20:33 +08:00
parent 5ce6cc7df3
commit 0e2f2cccd7
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,4 @@
// check-pass
/// [Vec][std::vec::Vec#examples] should not warn, because it's not actually redundant!
pub fn func() {}