aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/tests/compile-fail/exception-args.rs
blob: 518ac03e5dd75b609c4e14dc0056b9c76500fb7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![no_main]
#![no_std]

extern crate cortex_m_rt;
extern crate panic_halt;

use cortex_m_rt::{entry, exception};

#[entry]
fn foo() -> ! {
    loop {}
}

#[exception(SysTick)] //~ ERROR This attribute accepts no arguments
fn SysTick() {}
> Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-svelte/.stackblitzrc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27update telemetry to support more anonymized project id (#3713)Gravatar Fred K. Schott 20-351/+311
2022-06-27SImplify "astro add" by removing confusing multi-select (#3715)Gravatar Fred K. Schott 13-258/+157