Skip to content

Commit 935c72a

Browse files
committed
temp
1 parent 27c8913 commit 935c72a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+12
-2435
lines changed

src/test/run-make-fulldeps/pretty-expanded/Makefile

-5
This file was deleted.

src/test/run-make-fulldeps/pretty-expanded/input.rs

-12
This file was deleted.

src/test/ui-fulldeps/deprecated-derive.rs

-12
This file was deleted.

src/test/ui-fulldeps/deprecated-derive.stderr

-8
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1+
error: `bench` is unstable
2+
--> $DIR/issue-43106-gating-of-bench.rs:15:1
3+
|
4+
LL | #![bench = "4100"]
5+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6+
|
7+
= note: #[deny(crater_run)] on by default
8+
19
error[E0601]: `main` function not found in crate `issue_43106_gating_of_bench`
210
|
311
= note: consider adding a `main` function to `$DIR/issue-43106-gating-of-bench.rs`
412

5-
error: aborting due to previous error
13+
error: aborting due to 2 previous errors
614

715
For more information about this error, try `rustc --explain E0601`.

0 commit comments

Comments
 (0)