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

ices/97006.sh: fixed with errors #1727

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 12, 2024

  1. ices/97006.sh: fixed with errors

    === stdout ===
    #![allow(unused)]
    #[prelude_import]
    use ::std::prelude::rust_2015::*;
    #[macro_use]
    extern crate std;
    
    macro_rules! m { ($attr_path: path) => { #[$attr_path] fn f() {} } }
    #[
    
    inline]
    fn f() { }
    //~ ERROR: unexpected generic arguments in path
    
    fn main() { }
    
    === stderr ===
    error: unexpected generic arguments in path
      --> out.rs:11:10
       |
    11 | m!(inline<u8>); //~ ERROR: unexpected generic arguments in path
       |          ^^^^
    
    error: aborting due to 1 previous error
    
    ==============
    rustbot committed May 12, 2024
    Configuration menu
    Copy the full SHA
    e5a6e5c View commit details
    Browse the repository at this point in the history