-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Delegation: It's impossible to reuse foreign fns #127412
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.F-fn_delegation`#![feature(fn_delegation)]``#![feature(fn_delegation)]`T-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.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.F-fn_delegation`#![feature(fn_delegation)]``#![feature(fn_delegation)]`T-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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Example:
The synthesized fn
gought to be markedunsafeasfis implicitly unsafe1 but that doesn't happen.Footnotes
Unless marked
safeunder featureunsafe_extern_blocks, these are possible toreusefor obvious reasons. ↩