mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
uncomment check
This commit is contained in:
parent
8678b92218
commit
5f1796f837
1 changed files with 1 additions and 1 deletions
|
@ -1749,7 +1749,7 @@ fn foo(foo: Foo) {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_rename_lifetimes() {
|
fn test_rename_lifetimes() {
|
||||||
// cov_mark::check!(rename_lifetime);
|
cov_mark::check!(rename_lifetime);
|
||||||
check(
|
check(
|
||||||
"'yeeee",
|
"'yeeee",
|
||||||
r#"
|
r#"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue