Yes, that compiles, but the macro produces the code
    
    
    let x = 1000
    

instead of the code
    
    
    let xExtra = 1000
    

I'm trying to get the identifier to be constructed before passing it into the 
macro, but I'm not sure if that's possible.

Reply via email to