File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/run-make/core-ffi-typecheck-clang Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,12 +113,12 @@ fn main() {
113
113
) ) ;
114
114
115
115
// Generate a target-specific rmake file.
116
- // If type misalignments occur, use the generated rmake file name to identify the failing target.
117
- // Replace dots (.) and hyphens (-) in the target name with underscores to ensure valid filenames .
116
+ // If type misalignments occur,
117
+ // generated rmake file name used to identify the failing target .
118
118
let file_name = format ! ( "{}_rmake.rs" , target. replace( "-" , "_" ) . replace( "." , "_" ) ) ;
119
119
120
- // Attempt to build the test file for the relevant target. Tests use constant evaluation,
121
- // so running is not necessary.
120
+ // Attempt to build the test file for the relevant target.
121
+ // Tests use constant evaluation, so running is not necessary.
122
122
rfs:: write ( & file_name, rmake_content) ;
123
123
let rustc_output = rustc ( )
124
124
. arg ( "-Zunstable-options" )
You can’t perform that action at this time.
0 commit comments