index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
parser
/
raw
/
raw-literal-self.rs
blob: a0c9e24c235d6598495527da0354df3244a11d09 (
plain
)
1
2
3
4
fn
main
()
{
let
r
#
self
:
();
//~^ ERROR `self` cannot be a raw identifier
}