This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
58e901b6fd
rust
/
tests
/
ui
/
error-codes
/
E0565.rs
6 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
Implement RFC#1559: allow all literals in attributes.
2016-08-19 18:58:14 -07:00
// repr currently doesn't support literals
#[
repr(
"
C
"
)
]
//~ ERROR E0565
Allow specifying alignment for functions
2021-01-20 21:49:04 -05:00
struct
A
{
}
syntax: Forbid non-string literals in meta items. #623
2013-10-29 17:47:11 -07:00
Allow specifying alignment for functions
2021-01-20 21:49:04 -05:00
fn
main
(
)
{
}
Copy permalink