This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
55b6f649024b372af901b3412a6d36c4284ccf3d
rust
/
tests
/
ui
/
error-codes
/
E0263.rs
6 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
E0263 updated to new format. rust-lang/rust#35518
2016-08-09 22:42:35 +02:00
fn
foo
<
'
a
,
'
b
,
'
a
>
(
x
:
&
'
a
str
,
y
:
&
'
b
str
)
{
Use the same message as type & const generics.
2022-06-02 20:46:40 +02:00
//~^ ERROR E0403
E0263 updated to new format. rust-lang/rust#35518
2016-08-09 22:42:35 +02:00
}
Add new error code tests
2016-08-05 13:17:39 +02:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink