rustc 1.68.0-nightly (0f529f0f4 2022-12-13)
Latest nightlies output large types in their own file with a randomized name:
= note: the full type name has been written to '$WORKSPACE/target/tests/target/x86_64-pc-windows-msvc/debug/deps/$CRATE-91b1ba6fa3ca7460.long-type-8728300020286882769.txt'
Looks like both the numeric part of the filename also the target x86_64-pc-windows-msvc need to be normalized
rustc 1.68.0-nightly (0f529f0f4 2022-12-13)Latest nightlies output large types in their own file with a randomized name:
Looks like both the numeric part of the filename also the target
x86_64-pc-windows-msvcneed to be normalized