mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Remove some unnecessary file names
This commit is contained in:
parent
c6f53aaaa4
commit
d885f38011
1 changed files with 0 additions and 3 deletions
|
@ -1995,7 +1995,6 @@ fn test() {
|
||||||
fn fn_item_fn_trait() {
|
fn fn_item_fn_trait() {
|
||||||
check_types(
|
check_types(
|
||||||
r#"
|
r#"
|
||||||
//- /main.rs
|
|
||||||
#[lang = "fn_once"]
|
#[lang = "fn_once"]
|
||||||
trait FnOnce<Args> {
|
trait FnOnce<Args> {
|
||||||
type Output;
|
type Output;
|
||||||
|
@ -3025,7 +3024,6 @@ fn infer_box_fn_arg() {
|
||||||
fn infer_dyn_fn_output() {
|
fn infer_dyn_fn_output() {
|
||||||
check_types(
|
check_types(
|
||||||
r#"
|
r#"
|
||||||
//- /lib.rs
|
|
||||||
#[lang = "fn_once"]
|
#[lang = "fn_once"]
|
||||||
pub trait FnOnce<Args> {
|
pub trait FnOnce<Args> {
|
||||||
type Output;
|
type Output;
|
||||||
|
@ -3049,7 +3047,6 @@ fn foo() {
|
||||||
fn infer_dyn_fn_once_output() {
|
fn infer_dyn_fn_once_output() {
|
||||||
check_types(
|
check_types(
|
||||||
r#"
|
r#"
|
||||||
//- /lib.rs
|
|
||||||
#[lang = "fn_once"]
|
#[lang = "fn_once"]
|
||||||
pub trait FnOnce<Args> {
|
pub trait FnOnce<Args> {
|
||||||
type Output;
|
type Output;
|
||||||
|
|
Loading…
Reference in a new issue