---
title: "1.98.0 pre-release testing"
url: https://daily.dev/posts/1-98-0-pre-release-testing-ef8fjhdhx
source_url: https://blog.rust-lang.org/inside-rust/2026/08/19/1.98.0-prerelease
type: article
source: "Inside Rust Blog"
published: 2026-08-19T15:51:22.908Z
updated: 2026-08-21T08:00:40.795Z
tags: ["rust"]
reading_time: 1
upvotes: 7
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 1.98.0 pre-release testing

**[Inside Rust Blog](https://daily.dev/sources/insiderustblog)** · 1 min read · 7 upvotes · 0 comments

## Summary

The Rust 1.98.0 release candidate is available for pre-release testing ahead of its scheduled release on August 20. Instructions are provided for installing it locally via rustup with the dev-static distribution server, and links are included for release notes, the internals feedback thread, and a GitHub issue for feedback on the pre-release process itself.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.rust-lang.org/inside-rust/2026/08/19/1.98.0-prerelease>

## Questions this post answers

### How do I test the Rust 1.98.0 pre-release before it ships?

Run RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup update stable to pull the 1.98.0 pre-release build through rustup. The release was scheduled for August 20, with the build index published at dev-static.rust-lang.org under the 2026-08-18 dist path, and release notes available on the dev-doc site.

_Rust contributors tracking upcoming toolchain releases can follow version rollouts like this on daily.dev._

### Where can I give feedback on a Rust pre-release build?

Feedback on the Rust 1.98.0 pre-release itself belongs on the dedicated internals.rust-lang.org thread, while general feedback about the pre-release testing process should go to the release-team's GitHub issue tracker. Both channels are maintained separately so testers can report build-specific bugs versus process improvements.

_Following Rust's release process on daily.dev helps contributors stay ready to test each new build._

## Similar posts on daily.dev

- [1.97.0 pre-release testing](https://daily.dev/posts/1-97-0-pre-release-testing-ihzhs2w9w) · Inside Rust Blog · 23 upvotes · 0 comments

---

Tags: [#rust](https://daily.dev/tags/rust)

[View this post on daily.dev](https://daily.dev/posts/1-98-0-pre-release-testing-ef8fjhdhx)
