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