10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
|
error[E0901]: cannot use `#[track_caller]` with `#[naked]`
|
||
|
--> $DIR/error-with-naked.rs:3:1
|
||
|
|
|
||
|
LL | #[track_caller]
|
||
|
| ^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|
||
|
For more information about this error, try `rustc --explain E0901`.
|