You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Chalk to version 87
Changes:
- Support new `tuple_trait` lang item ([chalk#782](rust-lang/chalk#782))
- Removed empty lifetime ([chalk#783](rust-lang/chalk#783))
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Nov 28, 2024
compiles without warnings. I would expect warning that the link is unused or in the wrong place.
This causes a gotcha: if you insert any code between
link
andextern
you suddenly get linker errors, because there's no-llibrary
flag added.I've got bitten by this when I've moved
#[link]
next toextern crate
and#![crate_id]
statements that I thought it belongs with.The text was updated successfully, but these errors were encountered: