Skip to content

FreeBSD build broken #30521

Closed
Closed
@ebfe

Description

@ebfe
rustc: x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/libcore
src/libcore/nonzero.rs:45:15: 45:21 error: expected identifier, found keyword `unsafe`
src/libcore/nonzero.rs:45     pub const unsafe fn new(inner: T) -> NonZero<T> {
                                        ^~~~~~
src/libcore/nonzero.rs:45:22: 45:24 error: expected `:`, found `fn`
src/libcore/nonzero.rs:45     pub const unsafe fn new(inner: T) -> NonZero<T> {
                                               ^~
/src/rust/mk/target.mk:194: recipe for target 'x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.core' failed
gmake: *** [x86_64-unknown-freebsd/stage0/lib/rustlib/x86_64-unknown-freebsd/lib/stamp.core] Error 101

git bisect points to cd1848a.

cc @alexcrichton

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