Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite4abfae

Browse files
Migraterun-make/compile-stdin tormake.rs
1 parent21e6de7 commite4abfae

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

‎src/tools/tidy/src/allowed_run_make_makefiles.txt‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ run-make/cdylib-fewer-symbols/Makefile
1818
run-make/cdylib/Makefile
1919
run-make/codegen-options-parsing/Makefile
2020
run-make/comment-section/Makefile
21-
run-make/compile-stdin/Makefile
2221
run-make/compiler-lookup-paths-2/Makefile
2322
run-make/compiler-lookup-paths/Makefile
2423
run-make/compiler-rt-works-on-mingw/Makefile

‎tests/run-make/compile-stdin/Makefile‎

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// When provided standard input piped directly into rustc, this test checks that the compilation
2+
// completes successfully and that the output can be executed.
3+
//
4+
// See <https://github.com/rust-lang/rust/pull/28805>.
5+
6+
//@ ignore-cross-compile
7+
8+
use run_make_support::{run, rustc};
9+
10+
fnmain(){
11+
rustc().arg("-").stdin("fn main() {}").run();
12+
run("rust_out");
13+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp