Skip to content

stevecheckoway/array-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Array bug

Running cargo test causes a crash on macOS during the stack probe in get. It appears to be attempting to allocate enough space on the stack for n copies of ARRAY, one per match arm.

About

Bug in rust's handling of constant arrays

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages