Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochenkov committed Jul 8, 2019
1 parent 27c8913 commit 935c72a
Show file tree
Hide file tree
Showing 42 changed files with 12 additions and 2,435 deletions.
5 changes: 0 additions & 5 deletions src/test/run-make-fulldeps/pretty-expanded/Makefile

This file was deleted.

12 changes: 0 additions & 12 deletions src/test/run-make-fulldeps/pretty-expanded/input.rs

This file was deleted.

12 changes: 0 additions & 12 deletions src/test/ui-fulldeps/deprecated-derive.rs

This file was deleted.

8 changes: 0 additions & 8 deletions src/test/ui-fulldeps/deprecated-derive.stderr

This file was deleted.

10 changes: 9 additions & 1 deletion src/test/ui/feature-gate/issue-43106-gating-of-bench.stderr
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
error: `bench` is unstable
--> $DIR/issue-43106-gating-of-bench.rs:15:1
|
LL | #![bench = "4100"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[deny(crater_run)] on by default

error[E0601]: `main` function not found in crate `issue_43106_gating_of_bench`
|
= note: consider adding a `main` function to `$DIR/issue-43106-gating-of-bench.rs`

error: aborting due to previous error
error: aborting due to 2 previous errors

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

0 comments on commit 935c72a

Please sign in to comment.