Auto merge of #1777 - crlf0710:fix_compilation, r=RalfJung

Remove `main_fn.rs` test.

Fixes build error caused by https://github.com/rust-lang/rust/issues/84240 .
This commit is contained in:
bors 2021-04-16 16:46:05 +00:00
commit a86eab3e6c
2 changed files with 1 additions and 6 deletions

View File

@ -1 +1 @@
043d9160769a330df5d8a21e846785e2c89f357d
3833636446b670ee905fba5f8d18881b1739814e

View File

@ -1,5 +0,0 @@
#![feature(main)]
#[main]
fn foo() {
}