We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b63a5 commit 68b8879Copy full SHA for 68b8879
src/tools/compiletest/src/runtest.rs
@@ -1494,6 +1494,8 @@ impl<'test> TestCx<'test> {
1494
"^(core::([a-z_]+::)+)RefMut<.+>$",
1495
"^(core::([a-z_]+::)+)RefCell<.+>$",
1496
"^core::num::([a-z_]+::)*NonZero.+$",
1497
+ "^std::path::PathBuf$",
1498
+ "^&(mut )?std::path::Path$",
1499
];
1500
1501
// In newer versions of lldb, persistent results (the `$N =` part at the start of
0 commit comments