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 51463d0 commit b3c5cddCopy full SHA for b3c5cdd
src/librustc/session/config.rs
@@ -3212,7 +3212,7 @@ mod tests {
3212
assert_ne!(reference.dep_tracking_hash(), opts.dep_tracking_hash());
3213
3214
opts = reference.clone();
3215
- opts.debugging_opts.pgo_use = String::from("abc");
+ opts.debugging_opts.pgo_use = Some(PathBuf::from("abc"));
3216
3217
3218
0 commit comments