Skip to content

The abort instrinsic doesn't have a target, so target.unwrap() crashes #150

@danielsn

Description

@danielsn

I tried this code:

#![feature(core_intrinsics)]
use std::intrinsics;
fn main() {
    intrinsics::abort();
}

using the following command line invocation:

<command>

with RMC version:

I expected to see this happen: explanation

Instead, this happened: explanation

Metadata

Metadata

Assignees

No one assigned

    Labels

    [C] BugThis is a bug. Something isn't working.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions