You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test creates a file in the current working directory, which doesn't work in rust-lang/rust CI. It should be changed to create the incremental directory somewhere else, I'm not sure what the best solution would be here.
//@run-rustfix//@compile-flags: -C incremental=target/debug/test/incr// see https://github.com/rust-lang/rust-clippy/issues/10969fnmain(){let s = "Hello, world!";println!("{}", s.to_string());}
The text was updated successfully, but these errors were encountered:
Noratrieb
changed the title
test to_string_in_format_args_incremental fails in a read-only file system
test to_string_in_format_args_incremental fails in a read-only working directory
Jul 8, 2023
Ignore span's parents in `collect_ast_format_args`/`find_format_args`
Fixes#11470, covers some cases missed by #10980
Can't have a test yet because of #11126 but it works locally
changelog: none
r? `@dswij`
Description
The test creates a file in the current working directory, which doesn't work in rust-lang/rust CI. It should be changed to create the incremental directory somewhere else, I'm not sure what the best solution would be here.
I deleted the test in rust-lang/rust#113450 so it will be removed in the next sync.
cc @Alexendoo @flip1995 @oli-obk
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: