Skip to content

Forbid undefined names in macro_use / macro_reexport #21062

Description

@kmcallister

This compiles with no warnings:

#![allow(unstable)]

#[macro_reexport(bogus)]
#[macro_use(bogus)]
extern crate collections;

fn main() { }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

A-diagnosticsArea: Messages for errors, warnings, and lintsA-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions