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
/
imports
/
issue-56263.rs
blob: 363781f2daffe8657a05edbdcccc892e865ef698 (
plain
)
1
2
3
4
5
6
7
8
// check-pass
// edition:2018
use
::
std
;
fn
main
()
{
let
std
=
10
;
}