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

ices/94953.sh: fixed with no errors #1240

Merged
merged 1 commit into from
May 10, 2022
Merged

Commits on May 10, 2022

  1. ices/94953.sh: fixed with no errors

    === stdout ===
    /home/runner/work/glacier/glacier/ices/94953.sh: line 1: while_true: command not found
    #![feature(prelude_import)]
    #![no_std]
    #![feature(lint_reasons)]
    #![warn(unused)]
    #[prelude_import]
    use ::std::prelude::rust_2015::*;
    #[macro_use]
    extern crate std;
    
    // This expect attribute should catch all lint triggers
    #[expect(while_true)]
    fn check_multiple_lints_3() {
        //  is an early lint
        while true {}
    }
    
    fn main() { check_multiple_lints_3(); }
    
    === stderr ===
    ==============
    rustbot committed May 10, 2022
    Configuration menu
    Copy the full SHA
    3e7b2b7 View commit details
    Browse the repository at this point in the history