Skip to content

Forbid undefined names in macro_use / macro_reexport #21062

Closed
@kmcallister

Description

@kmcallister

This compiles with no warnings:

#![allow(unstable)]

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

fn main() { }

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