The Wire · Showcase
RUST-ANALYZER INLINE MACRO FIX LANDS, CRATES.IO DEPENDENCY SWEEP UNDERWAY
By RepoJournal · Filed · About Rust
Rust-analyzer shipped a fix that finally makes inline macro expansion work inside attribute macros and proc macro calls, ending a friction point for developers using frameworks like Tokio and esp-rtos.
The inline macro expansion [1] [2] now works in contexts where it previously failed silently - you can call inline macro from within #[tokio::main] and similar attribute macros without the tool bailing. This lands on nightly [3] and fixes a specific category of IDE frustration that hit developers frequently. Meanwhile, the crates.io ecosystem is in maintenance mode: docs.rs refreshed all lock files [14] while crates.io pushed both JavaScript [4] and Rust [5] dependency updates, with sharp bumping to 0.35.1 [6] and Storybook advancing to 10.4.4 [7]. On the documentation front, crates.io now renders Markdown definition lists properly [8], matching behavior in GitHub and GitLab. The registry index continues steady updates across ra_ap_profile [9], ra_ap_hir [11], and other toolchain crates [10] [12] [13].
Action items
- → Review and merge crates.io lock file PRs [ref:17] [ref:18] when ready - routine but not urgent rust-lang/crates.io [plan]
- → Test inline macro expansion with your tokio and esp-rtos code on nightly [ref:10] rust-lang/rust-analyzer [monitor]
- → Verify sharp 0.35.1 compatibility in crates.io frontend tests [ref:20] rust-lang/crates.io [plan]
References
- [1] fix: offer inline macro in macro call and proc macro ↗ rust-lang/rust-analyzer
- [2] Merge pull request #22584 from eihqnh/fix-inline-macro rust-lang/rust-analyzer
- [3] nightly ↗ rust-lang/rust-analyzer
- [4] Lock file maintenance (JS) ↗ rust-lang/crates.io
- [5] Lock file maintenance (Rust) ↗ rust-lang/crates.io
- [6] Update dependency sharp to v0.35.1 ↗ rust-lang/crates.io
- [7] Update storybook monorepo to v10.4.4 ↗ rust-lang/crates.io
- [8] Render Markdown definition lists ↗ rust-lang/crates.io
- [9] Update crate `ra_ap_profile` rust-lang/crates.io-index
- [10] Update crate `bamboo-sdk` rust-lang/crates.io-index
- [11] Update crate `ra_ap_hir` rust-lang/crates.io-index
- [12] Update crate `formatx` rust-lang/crates.io-index
- [13] Update crate `bamboo-engine` rust-lang/crates.io-index
- [14] chore(deps): lock file maintenance lockfile maintenance ↗ rust-lang/docs.rs
FAQ
- What changed in Rust on June 15, 2026?
- Rust-analyzer shipped a fix that finally makes inline macro expansion work inside attribute macros and proc macro calls, ending a friction point for developers using frameworks like Tokio and esp-rtos.
- What should Rust teams do about it?
- Review and merge crates.io lock file PRs [ref:17] [ref:18] when ready - routine but not urgent • Test inline macro expansion with your tokio and esp-rtos code on nightly [ref:10] • Verify sharp 0.35.1 compatibility in crates.io frontend tests [ref:20]
- Which Rust repositories shipped on June 15, 2026?
- rust-lang/rust-analyzer, rust-lang/crates.io, rust-lang/crates.io-index, rust-lang/docs.rs