Skip to content

Write more testcases for the fnc_tree parser #105

@ZuseZ4

Description

@ZuseZ4

Those get handled incorrectly rn:

#[no_mangle]
fn myFn(a: [f64; 1]) { unimplemented!() }

#[no_mangle]
fn myBn(a: (f64, i32)) { unimplemented!() }

These got fixed in the meantime. Probably worth adding to rustc as regression tests.

#[no_mangle]
fn myDn(a: [f64; 2]) { unimplemented!() }

#[no_mangle]
fn mygn(a: (f64, f64, f64)) { unimplemented!() }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions