Skip to content

Commit

Permalink
Add test for use self
Browse files Browse the repository at this point in the history
  • Loading branch information
wafarm committed Sep 21, 2024
1 parent b93201e commit 7065160
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/source/issue-6277/three.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
use core::{
self,

fmt::{},
};
1 change: 1 addition & 0 deletions tests/target/issue-6277/three.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use core::{self};

0 comments on commit 7065160

Please sign in to comment.