src/test/ui/asm/sym.rs makes incorrect use of #[track_caller]
#73911
Labels
C-bug
Category: This is a bug.
#[track_caller]
#73911
In this test:
rust/src/test/ui/asm/sym.rs
Lines 12 to 16 in 16957bd
I don't see anything in the current RFC text to suggest that the
sym
usage here should create a call shim, as they're only created when taking function pointers. Is there a function pointer being created in this test that I'm missing?cc @Amanieu @eddyb
The text was updated successfully, but these errors were encountered: