Skip to content

Conversation

quantumshiro
Copy link
Contributor

issure number #1113
please check my codes.
It should be working without any particular problems.

shiro@Shiro:~/workspace/fe$ cargo run -q -p fe -- check test_self_import.fe
shiro@Shiro:~/workspace/fe$ cat test_self_import.fe
use core::option::Option::{self, Some, None}

fn test() -> Option<u32> {
    Some(42)
}

Copy link
Collaborator

@sbillig sbillig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thank you @quantumshiro

@sbillig sbillig merged commit 8b27e4a into argotorg:master Sep 3, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants