Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
ices/96847.rs: fixed with errors
Browse files Browse the repository at this point in the history
=== stdout ===
=== stderr ===
warning: unused doc comment
 --> /home/runner/work/glacier/glacier/ices/96847.rs:3:9
  |
2 | /     for _ in [] {
3 | |         #![doc=""]
  | |         ^^^^^^^^^^
4 | |     }
  | |_____- rustdoc does not generate documentation for expressions
  |
  = note: `#[warn(unused_doc_comments)]` on by default
  = help: use `//` for a plain comment

error[E0282]: type annotations needed
 --> /home/runner/work/glacier/glacier/ices/96847.rs:2:14
  |
2 |     for _ in [] {
  |              ^^ cannot infer type

error: aborting due to previous error; 1 warning emitted

For more information about this error, try `rustc --explain E0282`.
==============
  • Loading branch information
rustbot committed Aug 13, 2022
1 parent a04cfb5 commit f5be2d8
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit f5be2d8

Please sign in to comment.