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
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
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
(
)
{
}
Reference in New Issue
Copy Permalink