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
/
vendor
/
wasm-bindgen-macro
/
ui-tests
/
attribute-fails-to-parse.rs
blob: 2d5b34bce202e09ae251b675e2d8ee4273d7e6db (
plain
)
1
2
3
4
5
6
use
wasm_bindgen
::
prelude
::
*
;
#[wasm_bindgen(nonsense)]
pub
fn
foo
()
{}
fn
main
()
{}