Guest User

Untitled

a guest
Feb 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Compiling stm32l0xx-hal v0.0.1 (/Users/arko/GitHub/stm32l0xx-hal)
  2. error[E0658]: The attribute `interrupt` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
  3. --> examples/timer.rs:41:3
  4. |
  5. 41 | #[interrupt]
  6. | ^^^^^^^^^
  7.  
  8. error: aborting due to previous error
  9.  
  10. For more information about this error, try `rustc --explain E0658`.
  11. error: Could not compile `stm32l0xx-hal`.
  12.  
  13. To learn more, run the command again with --verbose.
Add Comment
Please, Sign In to add comment