-
Notifications
You must be signed in to change notification settings - Fork 14k
Closed as not planned
Labels
A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)A-visibilityArea: Visibility / privacyArea: Visibility / privacyT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Description
[INFO] [stdout] error: macro `paste` is private
[INFO] [stdout] --> src/ops/linalg/mod.rs:23:11
[INFO] [stdout] |
[INFO] [stdout] 6 | let ctx = ctx!{
[INFO] [stdout] | ___________^
[INFO] [stdout] 7 | | X = [1.0f64, 2.0f64],
[INFO] [stdout] 8 | | Y = [-1.0f64, 1.0f64]
[INFO] [stdout] 9 | | };
[INFO] [stdout] | |_^
[INFO] [stdout] |
Metadata
Metadata
Assignees
Labels
A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)A-visibilityArea: Visibility / privacyArea: Visibility / privacyT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.