Skip to content

Issues: rust-lang/rust

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Encountered incremental compilation error with find_field(a5f984281f1e0bb0-ee8ea99685b18732) A-incr-comp Area: Incremental compilation A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) A-macros-2.0 Area: Declarative macros 2.0 (#39412) C-bug Category: This is a bug. F-decl_macro `#![feature(decl_macro)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125678 opened May 28, 2024 by jflatow
Associated item resolution fails when using both macros v2 and proc macros A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) A-macros-2.0 Area: Declarative macros 2.0 (#39412) A-proc-macros Area: Procedural macros A-resolve Area: Name resolution C-bug Category: This is a bug. F-decl_macro `#![feature(decl_macro)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#113638 opened Jul 13, 2023 by Arc-blroth
New declarative macros, functions and fields not being recognized A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) A-macros-2.0 Area: Declarative macros 2.0 (#39412) C-discussion Category: Discussion or questions that doesn't represent real issues. F-decl_macro `#![feature(decl_macro)]` requires-nightly This issue requires a nightly compiler in some way.
#91249 opened Nov 26, 2021 by BeastLe9enD
Paths in macro visibilities are not linkified A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) A-macros-2.0 Area: Declarative macros 2.0 (#39412) A-visibility Area: Visibility / privacy C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#83000 opened Mar 11, 2021 by camelid
Tracking issue for Span::def_site() A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) A-macros-2.0 Area: Declarative macros 2.0 (#39412) A-proc-macros Area: Procedural macros B-unstable Blocker: Implemented in the nightly compiler and unstable. C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. E-needs-test Call for participation: An issue has been fixed and does not reproduce, but no test has been added. Libs-Tracked Libs issues that are tracked on the team's project board. S-tracking-needs-summary Status: It's hard to tell what's been done and what hasn't! Someone should do some investigation. T-lang Relevant to the language team, which will review and decide on the PR/issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#54724 opened Oct 1, 2018 by alexcrichton
Macros 2.0: macro defined and used in same function-like scope can't resolve its own items A-macros-2.0 Area: Declarative macros 2.0 (#39412) A-resolve Area: Name resolution F-decl_macro `#![feature(decl_macro)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#52389 opened Jul 14, 2018 by arielb1
Implement PartialEq for Ident, PartialEq for TokenStream A-macros-2.0 Area: Declarative macros 2.0 (#39412) C-feature-request Category: A feature request, i.e: not implemented / a PR. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#51074 opened May 26, 2018 by dtolnay
proc_macro::TokenStream: provide AST node kind hint A-macros-2.0 Area: Declarative macros 2.0 (#39412) C-feature-request Category: A feature request, i.e: not implemented / a PR.
#50053 opened Apr 18, 2018 by abonander
Span issues with FromStr in unstable proc_macro A-macros-2.0 Area: Declarative macros 2.0 (#39412) C-bug Category: This is a bug. E-needs-test Call for participation: An issue has been fixed and does not reproduce, but no test has been added. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#48944 opened Mar 12, 2018 by mystor
Compiling crate serde-derive with "-Z sanitizer=leak" fails A-macros-2.0 Area: Declarative macros 2.0 (#39412) A-sanitizers Area: Sanitizers for correctness and code quality C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#48199 opened Feb 14, 2018 by djg
Non-items dropped in custom derive A-diagnostics Area: Messages for errors, warnings, and lints A-macros-2.0 Area: Declarative macros 2.0 (#39412) C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#48038 opened Feb 6, 2018 by antoyo
Extremely weird hygiene behavior when invoking a macro from the calling crate in a Derive A-macros-2.0 Area: Declarative macros 2.0 (#39412) C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#47988 opened Feb 3, 2018 by sgrif
Editing proc-macro crate = undefined symbol A-macros-2.0 Area: Declarative macros 2.0 (#39412) C-bug Category: This is a bug.
#47936 opened Feb 1, 2018 by sgrif
Inconsistency between Display and IntoIterator for a TokenStream containing a module A-macros-2.0 Area: Declarative macros 2.0 (#39412) C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#47627 opened Jan 21, 2018 by dtolnay
Wrong span in proc macro for part of joint op A-diagnostics Area: Messages for errors, warnings, and lints A-macros-1.2 Area: Declarative macros 1.2 A-macros-2.0 Area: Declarative macros 2.0 (#39412) C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#47226 opened Jan 6, 2018 by dtolnay
Accessing private fields from the def site of a proc macro A-macros-2.0 Area: Declarative macros 2.0 (#39412) C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#46635 opened Dec 10, 2017 by antoyo
Crate not found when using extern macro in another macro and invoked from another crate A-macros-2.0 Area: Declarative macros 2.0 (#39412) C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#44817 opened Sep 24, 2017 by tikue
Attribute macros invoked at crate root have issues A-attributes Area: Attributes (`#[…]`, `#![…]`) A-macros-2.0 Area: Declarative macros 2.0 (#39412) C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#41430 opened Apr 20, 2017 by abonander
ProTip! Find all open issues with in progress development work with linked:pr.