You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
Unreachable code fires an error that prevents compilation. Consider emitting a warning that can be autofixed with cairo-lint down the line.
example:
fn main(){
core::panic_with_felt252('hello world');
let x = 'cairo is cool';
}
The text was updated successfully, but these errors were encountered:
Bug Report
Cairo version:
2.7.1
Current behavior:
Unreachable code fires an error that prevents compilation. Consider emitting a warning that can be autofixed with cairo-lint down the line.
example:
The text was updated successfully, but these errors were encountered: