This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
abe52cdcc7
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 15:42:35 -05:00
fn
foo
<
'
a
,
'
b
,
'
a
>
(
x
:
&
'
a
str
,
y
:
&
'
b
str
)
{
Use the same message as type & const generics.
2022-06-02 13:46:40 -05:00
//~^ ERROR E0403
E0263 updated to new format. rust-lang/rust#35518
2016-08-09 15:42:35 -05:00
}
Add new error code tests
2016-08-05 06:17:39 -05:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink