generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Labels
[C] BugThis is a bug. Something isn't working.This is a bug. Something isn't working.
Description
We should be able to verify bin crates when the verification target is the main function. I.e., user should be able to verify the following program:
// my_main.rs
fn main() {
// code goes here.
}using the following command line invocation:
rmc my_main.rs
with RMC version:
I expected to see this happen: RMC verifies the main function.
Instead, this happened: RMC cannot find main function because it is not marked as public.
Metadata
Metadata
Assignees
Labels
[C] BugThis is a bug. Something isn't working.This is a bug. Something isn't working.