We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
メインブランチのテストが落ちていそうでした。
info: syncing channel updates for 'nightly-2025-01-14-x86_64-unknown-linux-gnu' error: no release found for 'nightly-2025-01-14'
とりあえず気づいたのでissue作成まで!
The text was updated successfully, but these errors were encountered:
これなんですが、多分5回くらい発生してるんですよね…
めんどいなと思いつつ後回しにしてたのですが、こうしてissueが作られてしまったので書いておくと、 多分起きていることとしては「Docs.rsはnightly-2025-01-14を使っていると宣言しており、おそらく実際に使ってるはずのにも関わらず、rustupからは入手できない」というものです。 つまりは、 #803 のアプローチが誤っていたということになります。
nightly-2025-01-14
何がまずいかについての推測ですが、この文章を書いている最中に気付きました。rustc x.y.z-nightly (<hash> yyyy-mm-dd)と書かれていても、それはnightly-yyyy-mm-ddを示すとは限らない!!
rustc x.y.z-nightly (<hash> yyyy-mm-dd)
nightly-yyyy-mm-dd
❯ rustc +nightly-2025-01-17 -V rustc 1.86.0-nightly (99db2737c 2025-01-16)
[追記] やっぱ多分そうだ。多分rustc 1.86.0-nightly (8361aef0d 2025-01-14)からnightly-2025-01-14を探そうといてたけど、正しくはnightly-2025-01-15だった。正しいバージョンを取得するのはどうしたらいいんだ…
rustc 1.86.0-nightly (8361aef0d 2025-01-14)
nightly-2025-01-15
❯ rustc +nightly-2025-01-15 -V rustc 1.86.0-nightly (8361aef0d 2025-01-14)
Sorry, something went wrong.
なーるほどです!!
なんか以前聞いたかもなんですが、そもそも何でnightly使ってるんでしたっけ。 Docs.rsがnightlyを使ってるからみたいな・・・?
Docs.rs
No branches or pull requests
不具合の内容
メインブランチのテストが落ちていそうでした。
現象・ログ
その他
とりあえず気づいたのでissue作成まで!
The text was updated successfully, but these errors were encountered: