Skip to content

#![feature(custom_attribute)] prevents compilation on stable #1

Closed
@Electron100

Description

@Electron100

This package cannot compile on stable Rust due to the use of #![feature(custom_attribute)] . It's unclear (to my anyway) why this feature is specified. If it is removed, the package compiles without issue on stable (1.32)

Based on the latest discussion at rust-lang/rust#29642, it appears that the custom_attribute feature is likely to be removed from nightly soon, anyway.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions